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
--
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