EAServer calls each servlet’s destroy method before shutting down or after you have refreshed or stopped the servlet using the Management Console. If service calls are still active, the servlet is not destroyed until they complete.
The Destroy Timeout setting specifies the number of seconds that the server should wait for the service calls to return before calling the destroy method. The default behavior specifies that the server wait indefinitely for service calls to return.