|
From: Leif M. <le...@ta...> - 2007-04-21 01:32:04
|
Aparna,
This was answered on the 12th, but just to keep this thread complete
for the archives,
here is the answer again:
---
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
André Schild wrote:
> Aparna Khade schrieb:
>
>> Thanks for your response.
>> Is there any configuration parameter that can be set to install the application as a windows service and start it right away?
>>
>>
> I don't know.
> But usually executing "net start servicename" does start the service.
>
> André
>
>> Thanks,
>> Aparna
>>
>> -----Original Message-----
>> From: André Schild [mailto:a.s...@aa...]
>> Sent: Friday, April 20, 2007 1:04 PM
>> To: wra...@li...
>> Subject: Re: [Wrapper-user] Need informationregarding "wrapper.ntservice.starttype"
>>
>> Hello,
>>
>> AUTO_START means that the service is automatically started when the machine boots.
>>
>> André
>>
>> Aparna Khade schrieb:
>>
>>
>>> Could anyone please help me with this.
>>>
>>> Thanks,
>>> Aparna
>>>
>>> _____________________________________________
>>> *From: * Aparna Khade
>>> *Sent: * Friday, April 06, 2007 3:57 PM
>>> *To: * 'wra...@li...'
>>> *Subject: * Need information regarding
>>> "wrapper.ntservice.starttype"
>>>
>>> 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
>>>
>>> ----------------------------------------------------------------------
>>> --
>>>
>>> ----------------------------------------------------------------------
>>> --- This SF.net email is sponsored by DB2 Express Download DB2 Express
>>> C - the FREE version of DB2 express and take control of your XML. No
>>> limits. Just data. Click to get it now.
>>> http://sourceforge.net/powerbar/db2/
>>> ----------------------------------------------------------------------
>>> --
>>>
>>> _______________________________________________
>>> Wrapper-user mailing list
>>> Wra...@li...
>>> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>>>
>>>
>>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Wrapper-user mailing list
>> Wra...@li...
>> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Wrapper-user mailing list
>> Wra...@li...
>> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>>
>>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
|