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.