|
From: Michael 'b. S. <msc...@gi...> - 2004-10-06 14:52:59
|
Hey Leif, thanks for the quick answer. I'm impressed. On Wed, 6 Oct 2004, Leif Mortenson wrote: >wrapper.max_failed_invocations=1 >wrapper.successful_invocation_time=2147483647 err, uhm, yes >Please explain what you are wanting to do. A new property may be in order. I just want to disable "automagic" restarting of a (maybe) killed JVM. At the moment I dont know when such an "unexpected" event may occur, except when the JVM gets killed. I just want to make sure that the thing doesnt get restarted, cause in my setup there are a few dependencies between services and if one particular service dies, some others needs to be restarted too. Hm, I wonder if thats possible too? Restarting another service through a trigger? Greetings, Michael PS: wrapper.on_failure.default=SHUTDOWN just an idea ;) -- I am root. If you see me laughing, you better have a backup. |