> From: Sushil Prusty [mailto:sushil.pru...@gmail.com] 
> Subject: How to deploy class jar file without restart Apache tomcat 7.0.40 
> server(Linux OS)

> We are running so many  application's in Apache tomcat 7.0.40 server.
> Once i stop my server it will take more then an hour to startup.

Tomcat itself will restart in one or two seconds on reasonably modern hardware. 
 If you're seeing a startup delay of an hour, it is almost definitely something 
in your webapp, not Tomcat.  You should take thread dumps during that period 
and find out what's taking so long.

In lieu of fixing your webapp, you could try parallel deployment, so you can 
run both the old and new versions simultaneously.  Considerations within your 
webapp (e.g, needing exclusive use of certain resources) might preclude doing 
this.
http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Parallel_deployment

 - 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