> 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 - by just trying to start Tomcat again?
Or do you take some other corrective action, such as recopying jar
files?  (I'm speculating that there's a permissions problem in Tomcat
accessing your jar in Tomcat's lib directory.)

> is $CATALINA_HOME/lib considered a "parent repository"?

Yes:

      Bootstrap
          |
       System
          |
       Common
       /     \
  Webapp1   Webapp2 ... 

The above is from:
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html

The set of repositories can be changed if needed by editing
conf/catalina.properties; I presume you haven't done that.

 - 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