How to include cgi support in tomcat?

Hi guys ,
I m new to tomcat and using tomcat version 5.5.29 .

I have made following changes to include cgi functionality .

Removed the XML comments from around the CGI servlet
and servlet-mapping configuration in $CATALINA_BASE/conf/web.xml.

Renamed $CATALINA_BASE/server/lib/servlets-cgi.renametojar to $CATALINA_BASE/server/lib/servlets-cgi.jar.

view plaincopy to clipboardprint?

1. mv /install/apache-tomcat-5.5.29/server/lib/servlets-cgi.renametojar /install/apache-tomcat-5.5.29/server/lib/servlets-cgi.jar

mv /install/apache-tomcat-5.5.29/server/lib/servlets-cgi.renametojar /install/apache-tomcat-5.5.29/server/lib/servlets-cgi.jar
Request you to guide me on the next step.
 
Back
Top