Re: upgrade from tomcat4.1.12 to 4.1.24

2003-06-06 Thread Xavier Ambrosioni
thanks, it's ok. Now I have another problem! java.lang.ClassNotFoundException: org.apache.commons.logging.impl.Log4jFactory I found this class in commons-logging.jar file in $TOMCAT_HOME/server/lib. So, why I have this error ? In my previous installation of tomcat, they put this jar file in $TO

Re: upgrade from tomcat4.1.12 to 4.1.24

2003-06-06 Thread Tim Funk
Rename $TOMCAT_HOME/server/lib/servlets-cgi.renametojar to $TOMCAT_HOME/server/lib/servlets-cgi.jar and edit $TOMCAT_HOME/conf/web.xml to enable the cgi servlets -Tim Xavier Ambrosioni wrote: Hi all, I upgraded my tomcat installation from 4.1.12 to 4.1.24. Now I have the following problem when I

upgrade from tomcat4.1.12 to 4.1.24

2003-06-06 Thread Xavier Ambrosioni
Hi all, I upgraded my tomcat installation from 4.1.12 to 4.1.24. Now I have the following problem when I run my webapp: java.lang.ClassNotFoundException: org.apache.catalina.servlets.CGIServlet Someone know why I have this error ? Which jar files contains this class ? thank you for your h