Re: shutdown.sh and graceful shutdown

2009-10-06 Thread Marcoi
y what I was looking for. Thanks. Marco -- View this message in context: http://www.nabble.com/shutdown.sh-and-graceful-shutdown-tp25749596p25771598.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: shutdown.sh and graceful shutdown

2009-10-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcoi, On 10/5/2009 8:07 AM, Marcoi wrote: > I have a servlet with the following code: > > for (int i = 0; i < 50; i++) { > System.out.println("waiting " + i); > Thread.currentThread().sleep(500); } PrintWriter

shutdown.sh and graceful shutdown

2009-10-05 Thread Marcoi
== As you can see it only waited for 3 seconds before taking down the server instead to let the request end is there a way to configure how long to wait? Thanks Marco -- View this message in context: http://www.nabble.com/shutdown.sh-and-graceful-shutdown-