DO NOT modify the value of this property
while an application using the configuration file has been installed as a Windows 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.
Start 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 -
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.
DEMAND_START -
If this value is set, it requires that the service be started manually.
The default value is DEMAND_START.
Example:
wrapper.ntservice.starttype=DEMAND_START
NOTE
Changes on this property will not take effect until the Windows Service is reinstalled.
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"