|
From: Leif M. <le...@ta...> - 2009-03-26 18:03:05
|
Holger, Does this property work for you? http://wrapper.tanukisoftware.org/doc/english/prop-disable-restarts.html Cheers, Leif On Wed, Mar 25, 2009 at 11:19 PM, Isenberg, Holger <ise...@e-...> wrote: > When using external process monitoring tools (like Solaris SMF), you like to have manuel control over restart of the Java-VM process. For this, it would be nice to set wrapper.max_failed_invocations to 0, if this parameter is used for restarting. wrapper.on_exit.default=SHUTDOWN is already set. > > Needed is a configuration setting which prevents a restart in this case for example, when the Java-VM is terminated by a kill -9 PID: > > STATUS | wrapper | 2009/03/25 15:04:45 | JVM received a signal SIGKILL (9). > STATUS | wrapper | 2009/03/25 15:04:45 | JVM process is gone. > ERROR | wrapper | 2009/03/25 15:04:45 | JVM exited unexpectedly. > STATUS | wrapper | 2009/03/25 15:04:50 | Reloading Wrapper configuration... > INFO | wrapper | 2009/03/25 15:04:50 | Command[0] : java > > Is this possible with any current parameter setting? If not, would it be possible to include it in a future release? |