|
From: Leif M. <le...@ta...> - 2007-04-12 06:18:53
|
Aparna,
The starttype is used to define how the service will be handled by
the Windows OS
when it boots up. If AUTO_START is used then service will be started
by the OS.
If it is DEMAND_START, it must be started manually.
When you install the wrapper with the batch file or the '-i'
command, the service
will be installed but not started. To start it, you need to execute
the start batch file
or run the wrapper with the -t' command.
I have added a new '-it' command for the 3.3.0 release which make it
possible to
install and start a service in a single command.
When you want to remove the service, the '-r' remove command is
smart and will
stop the service automatically before it attempts to remove it.
Cheers,
Leif
Aparna Khade wrote:
>
> Hi,
> I understand that the configuration property:
> wrapper.ntservice.starttype can take either AUTO_START or DEMAND_START
> values.
>
> I set it to AUTO_START, but, when installed, my application does not
> start automatically.
> Does the machine need to be restarted for the application to be
> started automatically?
>
> Thanks,
> Aparna
>
|