Email:
Password:
Please or Register
Google

Locations of visitors to this page

wrapper.signal.mode.hup Property
wrapper.signal.mode.hup Property

Configuration Property Overview

wrapper.signal.mode.hup

This property is only used on Linux/Unix platforms.

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:

  • IGNORE to do nothing,
  • RESTART to restart the JVM,
  • SHUTDOWN to shutdown,
  • FORWARD to forward the signal

If the wrapper.ignore_signals property is set, this property will function as if it has the value of IGNORE.

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.

Example:
wrapper.signal.mode.hup=FORWARD

NOTE

Reloading the configuration will NOT enable to take effect on the value of this property. The Wrapper is required to restart in order to make the changes effective.





User Comments

If you notice something that is incorrect, missing, or simply feel that some part of this page could be explained better, feel free to log in and add a comment. You will need to register before you can log on.

Email:
Password:
Java Service Wrapper Version: 3.3.9