Disables all JVM restarting by the Wrapper. This includes restarts which
are caused by errors and requested restarts from within the JVM. Defaults
to false.
The exception is for JVMs which are stopped when a Windows service is
paused because the wrapper.ntservice.pausable.stop_jvm
property was TRUE. When the service is resumed the JVM will be restarted
as that is considered normal operation.
This property was requested by users who wished to make sure that the JVM
was never restarted under any circumstances. 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=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.