Hosted by:
SourceForge

wrapper.ntservice.interactive Property
wrapper.ntservice.interactive Property
Configuration Property Overview
wrapper.ntservice.interactive

Setting the interactive property to true will make it possible for the service to display a GUI and have access to the desktop when run as a service. The default is false, or a non-interactive service.

Example:
wrapper.ntservice.interactive=false

Due to the way versions of Java prior to 1.4.0 handle the displaying of Windows, their GUI may not be visible when running as an NT service with the interactive property set. To enable the GUI on these JVMs, you will also need to set the wrapper.ntservice.hide_console property to true. Please review the hide_console documentation before setting it.

NOTE

This property must be set to FALSE if the wrapper.ntservice.account property is also set.

NOTE

Changes to this property will not take effect until the service is reinstalled.

by Leif Mortenson

last modified: