wrapper.pausable

Compatibility :3.5.0
Editions :Professional EditionStandard EditionCommunity Edition
Platforms :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

WARNING

DO NOT modify the value of this property while an application using the configuration file is running. Please stop the existing service BEFORE modifying this property. The service with the new value can then be safely restarted later.

Setting this property to TRUE will enable the PAUSE and RESUME actions related with the following properties:

When the Wrapper is Paused, it will either stop the JVM or ask the JVM to pause until the Wrapper has been Resumed. The default value is "FALSE".

Example:
wrapper.pausable=FALSE

On Windows, a value of TRUE will cause the Wrapper to register itself as being pausable with the Windows Service Manager. This makes it possible to PAUSE and CONTINUE the Wrapper service from the Services Control Panel ([Control Panel] - [Administrator Tool] - [Service]) as well as from the command line. Internally, a paused Windows Service will pause the JVM as above.

When the Wrapper is paused, it will either stop the JVM or send it a service control signal to pause the JVM application internally. The wrapper.pausable.stop_jvm property controls which pause mode will be used.

NOTE

For backwards compatibility, this property defaults to the value of the wrapper.ntservice.pausable property.

Reference: Pausable

Reference: Command File