> From: Dola Woolfe [mailto:dolac...@yahoo.com]
> Subject: How to make a webapp restart
> 
> What setting makes a webapp restart when a .jar changes under
> tomcat/lib?

Nothing.  Since the jar is in tomcat/lib, it's handled by the common class 
loader, so you have to restart Tomcat to get the updated jar recognized.  If 
the jar were in the webapp's WEB-INF/lib directory, you could restart just that 
one webapp.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to