RE: Class not found exception help in 6.0.10?

2007-12-05 Thread Edmund Mitchell
Thanks for your reply, Chuck. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 10:42 AM To: Tomcat Users List 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?

2007-12-05 Thread Edmund Mitchell
-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

RE: Class not found exception help in 6.0.10?

2007-12-05 Thread Caldarale, Charles R
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

RE: Class not found exception help in 6.0.10?

2007-12-05 Thread Caldarale, Charles R
From: Edmund Mitchell [mailto:[EMAIL PROTECTED] Subject: RE: Class not found exception help in 6.0.10? Yes, a webapp initialization should occur when Tomcat is started / restarted So the problem you see once a week occurs only when you start Tomcat? How do you resolve the situation

RE: Class not found exception help in 6.0.10?

2007-12-05 Thread Edmund Mitchell
-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? Yes, a webapp initialization should occur

RE: Class not found exception help in 6.0.10?

2007-12-05 Thread Caldarale, Charles R
From: Edmund Mitchell [mailto:[EMAIL PROTECTED] Subject: Class not found exception help in 6.0.10? We drop our simple webapp jar (just one) in $CATALINA_HOME/lib. First question: why are you putting a webapp jar in Tomcat's lib directory? It belongs in the webapp's WEB-INF/lib. once a

RE: Class not found exception help in 6.0.10?

2007-12-05 Thread Edmund Mitchell
-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? So since CATALINA_HOME/lib is a parent

RE: Class not found exception help in 6.0.10?

2007-12-05 Thread Caldarale, Charles R
From: Edmund Mitchell [mailto:[EMAIL PROTECTED] Subject: RE: Class not found exception help in 6.0.10? So since CATALINA_HOME/lib is a parent repository (and the code is definitely there), and since the problem does not manifest itself duringinit, this exception in the logs must