|
From: Leif M. <le...@ta...> - 2003-10-31 06:05:54
|
Luis, >One thing, I've been asked for, is there any way to prevent the >jvm_restart? Currently I've set this to a very long time, but if it >could be terminated upon a failure, it would makes things easier, than >to have a services sleeping for duration. > > The Wrapper by default will restart the JVM up to 5 times if the JVM exits unexpectedly within a short period of time. This can be controlled using the max failed invocations property. Take a look at the following page for details. http://wrapper.tanukisoftware.org/doc/english/prop-max-failed-invocations.html Let me know if you have any questions. In general, you should not play around with the various timeouts. Cheers, Leif |