Specifying Servlet Execution Destroy
Timeout
When you try to stop a web application, or the whole Web Container Service, the destroy method of servlets that are running is called. You can specify a timeout period for a servlet to complete its service method before the Web Container calls the destroy method and removes the servlet instance. If the servlet has not finished within the timeout, it is forcibly terminated.
You can specify the duration of the timeout period by editing the DestroyTimeOut property of the Web Container Service.
...
1. In the Visual Administrator tool, open the Properties tab of the Web Container Service.
2. Edit the DestroyTimeOut property. The value of this property is specified in milliseconds.
3. To add the new value to the list of properties, choose Update.
4.
Choose
(Save Properties) to save your settings.