where is servlets-cgi.renametojar ?, enabling CGI, Tomcat
Ok, either I do not understand well, or I have not yet my cofeee or the system do not has the file:
"To enable Tomcat's CGI servlet, you must do the following:
1. Rename the file servlets-cgi.renametojar (found in CATALINA_HOME/server/lib/) to servlets-cgi.jar, so that the servlet that processes CGI scripts will be on Tomcat's CLASSPATH."
All the tutorials says the same,but I have not found yet thatservlets-cgi.renametojar file. I downloaded the latest Tomcat.
I have all these files in CATALINA_HOME/lib :
07/09/2007 06:21 PM<DIR> .
07/09/2007 06:21 PM<DIR> ..
05/04/2007 08:42 PM10,478 annotations-api.jar
05/04/2007 08:42 PM47,524 catalina-ant.jar
05/04/2007 08:42 PM117,853 catalina-ha.jar
05/04/2007 08:42 PM220,005 catalina-tribes.jar
05/04/2007 08:42 PM 1,101,631 catalina.jar
05/04/2007 08:42 PM27,398 el-api.jar
05/04/2007 08:42 PM101,456 jasper-el.jar
05/04/2007 08:42 PM 1,375,531 jasper-jdt.jar
05/04/2007 08:42 PM509,332 jasper.jar
05/04/2007 08:42 PM80,772 jsp-api.jar
05/04/2007 08:42 PM88,537 servlet-api.jar
05/04/2007 08:42 PM726,890 tomcat-coyote.jar
05/04/2007 08:42 PM172,732 tomcat-dbcp.jar
05/04/2007 08:42 PM36,414 tomcat-i18n-es.jar
05/04/2007 08:42 PM33,610 tomcat-i18n-fr.jar
05/04/2007 08:42 PM39,719 tomcat-i18n-ja.jar
16 File(s)4,689,882 bytes
I do not have a CATALINA_HOME/server/lib/ directory
These are the tutorials I have been reading:
http://www.onjava.com/pub/a/onjava/2003/06/25/tomcat_tips.html?page=2
http://www.wellho.net/forum/Perl-Programming/Running-Perl-CGI-scripts-under-Apache-Tomcat.html
http://tomcat.apache.org/tomcat-5.0-doc/cgi-howto.html
Any help.. is appreciated.

