|
From: <sh...@vs...> - 2004-03-04 14:29:34
|
How can I completely disabled automatic JVM shutdowns that are caused by the JVM not responding to pings ? I have currently configured my service using the following lines but it didn't prevent the wrapper from shutting down the JVM: wrapper.cpu.timeout = 0 wrapper.ping.interval = 3600 wrapper.ping.timeout = 0 Cheers, Shmul |