|
From: Leif M. <le...@ta...> - 2004-10-20 05:25:41
|
Michael,
I have added a new property wrapper.disable_restarts for the 3.1.3
release.
It will completely disable all JVM restarting by the Wrapper and should meet
your needs.
Cheers,
Leif
Michael 'buk' Scherer wrote:
>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 ;)
>
>
>
|