|
From: Badrinath V. S. <bad...@ad...> - 2005-03-13 12:37:28
|
I read the suggestions in the mail archives and tried adding this ----------------------------------------------------------------------- # Handle application exits. wrapper.on_exit.default=SHUTDOWN wrapper.on_exit.0=SHUTDOWN # Number of failed startups wrapper.max_failed_invocations=1 ----------------------------------------------------------------------- to the wrapper.conf file. But it doesn't help. In case the JVM exists unexpectedly the wrapper does restart. I am developing an application where it is undesirable for the wrapper to restart in case of an error. |