wrapper.signal.mode.hup |
||||||||
Makes it possible to control what the Wrapper process does when an "HUP" signal is received. The default value is FORWARD. Valid modes to the JVM process include:
If the wrapper. If the signal is forwarded to the JVM, user code will have the opportunity to handle the signal by either processing the appropriate WrapperControlEvent event or via a custom WrapperListener implementation. See the JavaDocs for those classes for further details.
NOTAChanges to the value of this property will not have any affect on the Wrapper if the configuration is reloaded. The Wrapper must be restarted for changes to take effect. |
Referencia: Señales |
|