wrapper.ntservice.pausable

Compatibility :3.2.1 (Deprecated as of 3.5.0)
Editions :Professional EditionStandard EditionCommunity Edition
Platforms :WindowsMac OSX (Not Supported)Linux (Not Supported)IBM AIX (Not Supported)FreeBSD (Not Supported)HP-UX (Not Supported)Solaris (Not Supported)IBM z/OS (Not Supported)IBM z/Linux (Not Supported)

WARNING

Use of this property has been deprecated as of Wrapper version 3.5.0 in favor of the platform independent wrapper.pausable property.

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 make it possible to pause and resume the service from the Services Control Panel ([Control Panel] - [Administrator Tool] - [Service]) as well as from the command line. The default value is "FALSE".

Example:
wrapper.ntservice.pausable=FALSE

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

NOTE

Changes on this property will not take effect until the Windows Service is reinstalled.

Reference: Pausable