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 sh.script.in file
in the src/bin directory.
Example:
wrapper.daemonize=TRUE
Enabling this property will cause console input to be disabled by default.
See the wrapper.disable_console_input
property for more information.
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.