What happens to http requests that are being processed when you stop or restart tomcat in the “normal” way?
Will they be processed until the response is finished or are the http-threads interrupted?
Is there a way to configure graceful stopping?
What happens to http requests that are being processed when you stop or restart
Share
Tomcat supports
unloadDelaywhich waits till the configured time for unloading servlets.This should configured in
context.xmlas follows:References: