wrapper.pausable.stop_jvm |
||||||||||
ADVERTENCIADO 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.
This property controls what happens when the Wrapper is Paused using one of the actions described in the
wrapper. Setting this property to TRUE will cause the JVM to be shutdown until the service is resumed or stopped. If, on the other hand, it is FALSE, the JVM will continue to run normally and the Wrapper will send a service control event to the JVM which can be handled in user code to put the Application into a paused state. The default value is "TRUE".
To receive and handle the service control events in a JVM that is left running, it is necessary to implement code like the following. This example creates and registers a WrapperEventListener which is flagged to only receive service events.
NOTAFor backwards compatibility, this property defaults to the value of the wrapper.ntservice.pausable.stop_jvm property. |
Referencia: Pausable |
|