DO NOT modify the value of this property
while an application using the configuration file has been installed as a Winidows Service.
Please uninstall the existing service BEFORE modifying this property.
The service with the new value can then be safely reinstalled later.
This property is only used on Windows platforms.
Mode in which the service is installed.
Valid modes is as follows:
AUTO_START:
The service is automatically started when the system is rebooted.
DELAY_START:
If this value is set, the service is started
after other auto-start services are started plus a short delay.
For Windows Server 2003 and Windows XP/2000, this value is not supported.
Or
DEMAND_START
which requires that the service me started manually.
Example:
wrapper.ntservice.starttype=AUTO_START
NOTE
Changes on this property will not take effect until the Windows Service is reinstalled.
NOTE
The DELAY_START property requires the Standard License of the Java Service Wrapper.
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.
by Sourcerror (2005/08/28 16:35:40 JST from 68.120.4.193)
Just noticed: 'me' should be 'be'... "the service me started manually" should be "the service be started manually"