> -----Original Message----- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: Class not found exception help in 6.0.10? > > > From: Edmund Mitchell [mailto:[EMAIL PROTECTED] > > Subject: RE: Class not found exception help in 6.0.10? > > > > once a week or so we'll get a Class Not Found exception > > > > SEVERE: Exception starting filter security > > java.lang.ClassNotFoundException: > > com.emn8.console.common.SecurityFilter > > at > > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader > .java:1358) > > This spot in the code should only be reached during webapp > initialization, either at Tomcat startup or redeployment, and only if > both the webapp and parent repositories don't contain the class of > interest. > > Is a webapp initialization expected to be occuring at this time?
Yes, a webapp initialization should occur when Tomcat is started / restarted (we have never done a redeployment). You made me aware that the webapp repository doesn't contain our code (since we put it in $CATALINA_HOME/lib) but is $CATALINA_HOME/lib considered a "parent repository"? Thanks for your time, E --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]