当您以“正常”方式停止或重新启动tomcat时,正在处理的http请求会如何处理?它们会一直处理到响应结束还是http线程被中断?有没有配置正常停止的方法?
Tomcat支持unloadDelay等到配置的时间卸载servlet。
unloadDelay
该配置context.xml如下:
context.xml
<context unloadDelay="10000">
参考文献: