|
From: Isenberg, H. <ise...@e-...> - 2009-03-25 14:19:23
|
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? |