> 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 week or so we'll get a Class Not Found exception

Second question: a CNFE or NCDFE?  They're quite different.  You might
want to post the exact exception.

If the class of interest happens to be in multiple locations in a
particular branch of the classloader tree, all sorts of wondrous strange
things can happen.

> Something I can test, or look into?

Try moving up to 6.0.14, although I'm not aware of any specific fixes
for this problem.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to