Setting the pausable property to true will make it possible to pause
and resume the service from the service control panel as well as
from the command line. The default 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 to this property will not take effect until the
service is reinstalled.