Please or
Try NowBuy Now

Locations of visitors to this page

SourceForge.net

SourceForge.JP

wrapper.ntservice.starttype Property
wrapper.ntservice.starttype Property

Configuration Property Overview

wrapper.ntservice.starttype

Compatibility : 1.0.0
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)

WARNING

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.

NOTE

This DELAY_START function requires either Standard or Professional Edition 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.

Email:
Password:
by Sourcerror (2005/08/28 16:35:40 JST from 68.120.4.193)
Gravatar

Just noticed: 'me' should be 'be'... "the service me started manually" should be "the service be started manually"

Java Service Wrapper Version: 3.5.4