wrapper.ignore_user_logoffs

Compatibility :3.3.1
Editions :Professional EditionStandard EditionCommunity Edition
Platforms :WindowsMac OSX (Not Supported)Linux (Not Supported)IBM AIX (Not Supported)FreeBSD (Not Supported)HP-UX (Not Supported)Solaris (Not Supported)IBM z/OS (Not Supported)IBM z/Linux (Not Supported)

This property is only used on Windows platforms.

This property controls whether or not the Wrapper will respond to Windows "LogOff" events when running in console mode. The default value is "FALSE".

If the property value is set to FALSE (= not ignore), this will NOT allow you to keep the Wrapper running after the user logs off when running in a console window.

Rather TRUE (= ignore) value is used in rare cases where the Wrapper is launched in the background by other services.

Example:
wrapper.ignore_user_logoffs=TRUE

NOTE

If this property is set to TRUE (= ignore) for the Wrapper being run from within a Windows Command Prompt, Windows will not be able to logout as it will wait for the Wrapper to exit.

Reference: Account