RE: Class not found exception

2011-09-08 Thread Sonwabo Jordan
Unfortunately, the war file that I initially uploaded is not something I wrote myself: actually one of the open source project management solutions called project.net. Maybe, to follow your advice, I must try using Tomcat 6 and see what happens. Thanks. >>> Talha Fazal 2011/09/08 04:29 PM >>>

RE: Class not found exception

2011-09-08 Thread Talha Fazal
I ran into a similar issue. My mistake was that I was compiling the JSPs using Tomcat 6 compiler and deploying it into Tomcat 7. Once I modified my ant build file to use jasper from my Tomcat 7 installation, and redeployed, it resolved the issue. Talha. -Original Message- From: Sonwabo

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? > > >

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 exceptio

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? > > &g

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 resolv

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? > > >

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.

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

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. > onc