wrapper.daemonize

Compatibility :3.0.0
Editions :Professional EditionStandard EditionCommunity Edition
Platforms :Windows (Not Supported)Mac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

This property is only used on Linux/UNIX platforms.

Spawns a fork of the Wrapper process as a detached non-session group leader. This means that the process will continue to run even after the console from which the Wrapper process was launched has been closed.

In most cases, this property will not be set from within the wrapper.conf file. It can be passed to the Wrapper process by the shell script which launches the Wrapper. An example can be found in the App.sh.in file in the src/bin directory (on older Wrapper versions, this file was named 'sh.script.in').

Example:
wrapper.daemonize=TRUE

NOTE

Enabling this property (TRUE) will cause the console input to be disabled (=TRUE) by default. See the wrapper.disable_console_input property for more information.

NOTE

Changes to the value of this property will not have any effect on the Wrapper if the configuration is reloaded. The Wrapper must be restarted for changes to take effect.

Reference: Wait for HostId