Re: Graceful webapp reloading

2007-08-26 Thread thebugslayer
Jerome, Have you tried Tomcat's manager webapp? You may also use Ant task to controll this too. On 8/23/07, Mark Thomas <[EMAIL PROTECTED]> wrote: > Jérôme Etévé wrote: > > Is there a way to setup tomcat to do a nice graceful reload where all > > the current requests are allowed to finish and the

Re: Graceful webapp reloading

2007-08-23 Thread Mark Thomas
Jérôme Etévé wrote: > Is there a way to setup tomcat to do a nice graceful reload where all > the current requests are allowed to finish and the new one putted into > a queue until the application is fully loaded and ready to serve them > ? Multiple Tomcat instances and httpd as a load balancer.

Graceful webapp reloading

2007-08-21 Thread Jérôme Etévé
Hi everyone ! I'm wondering how to gracefully reload a webapp ? For the moment, I'm forcing the reloading of my application by touching my myapp.xml file in conf/Catalina/localhost/ . It causes myapp to be stop and then start. The problem is while that process, the queries on the server have erro