> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
> Subject: RE: problem when changing code and deploying
> 
> Why did you think they would?  Only .jsp files can be updated 
> on the fly without restarting the application.

I should have mentioned that if you want Tomcat to do the restart
automatically, set the reloadable attribute of the appropriate <Context>
element to "true".  However, this is a noticeable performance hit, so
it's not recommended for production.  Look here for details:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 - 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