|
From: Hubert F. <Hub...@ab...> - 2007-09-21 11:16:29
|
Hi, wrapper.shutdown.timeout=3D10 wrapper.ping.timeout=3D30 I have a service that does not respond in time to my shutdown request. The = stop is received and acknowledged, but the service does not exit in time. My shutdown timeout of 10 seconds is ignored, because wrapperUpdateJavaStat= eTimeout() does not take it, if there is already another timeout set which = is longer. This is normally the case, if you use default wrapper.ping.timeout, which = is 30 seconds.=20 Does anybody have a clever idea, how to solve this without destroying some = wrapper internal logic?=20 hub |