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 $TOMCAT_HOME/common/lib.... Why ? I can make a symbolic link between $TOMCAT_HOME/common/lib/commons-logging.jar and $TOMCAT_HOME/server/lib/commons-logging.jar but I don't think that's the better solution. Thank you for your help Xavier [EMAIL PROTECTED] wrote: > > 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 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 help > > > > Xavier > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
