> From: Nowhere [mailto:spina.r...@gmail.com]
> Subject: Tomcat restart and jar
> 
> I have a very stuoid question, but I'm bored by it...

We'll assume something has been lost in translation here...

> Can't I avoid restarting and having tomcat seeing changing?

Create a <WatchedResource> element inside the <Context> element of your webapp; 
the value should be the path to the .jar you're constantly updating, relative 
to the base of the webapp.  For example:

<Context ...>
  <WatchedResource>WEB-INF/lib/myClasses.jar</WatchedResource>
</Context>

- 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