Disables automatic JVM restarting by the Wrapper. This includes restarts
where the JVM crashes or exits unexpectedly. Restarts invoked from within
the JVM using the WrapperManager.restart() method or configured restarts
will be allowed to proceed normally. Defaults to the value of
wrapper.disable_restarts.
This property was requested by users who wished to make sure that the JVM
was never restarted automatically under any circumstances but who still
wish to be able to control restarts in other ways. Most users however will want
to leave restarts enabled. When tuning of the restarts is required, the
wrapper.max_failed_invocations
and wrapper.successful_invocation_time
properties can be used to control the number of restarts that will be allowed.
Example:
wrapper.disable_restarts.automatic=TRUE
WARNING
Setting this property to true will effectively disable many of the error
recovery features of the Wrapper because the Wrapper will shutdown if
any such errors are encountered.
User Comments
If you notice something that is incorrect, missing, or simply feel that some part of this page could be explained better, feel free to log in and add a comment. You will need to register before you can log on.