Re: shutdown.sh and graceful shutdown

2009-10-06 Thread Marcoi
Chris, Christopher Schultz-2 wrote: > > If you look at the documentation for Context, you'll see that > "unloadDelay" is a configurable attribute of your webapp's > element: > > http://tomcat.apache.org/tomcat-6.0-doc/config/context.html > Exactly what I was looking for. Thanks. Marco --

shutdown.sh and graceful shutdown

2009-10-05 Thread Marcoi
Hi, from what I have read I expected tomcat to shutdown gracefully (which to me means "do not accept any other request and end the current ones before shutdown") but my test doesen't confirm it. I have a servlet with the following code: for (int i = 0; i < 5