Pram,
The Wrapper configuration makes it possible to register
dependent Windows services when installing a service.
The Windows ServiceManager is responsible for controlling
when the Wrapper and its dependent service are started
and stopped.
I added some more documentation to the web site which
describes all of the possible states.
http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-dependency-n.html
It may be possible to add the functionality you are asking
for but it would require modifications to the Wrapper.
Please let me know if you have any questions.
Cheers,
Leif
pram wrote:
> Hi all,
>
> I have the following requirement:
> There is a Java application deployed in an application server(OC4J).
> I need a mechanism by which the application should be automatically started
> and initialized as soon as the application server is started/restarted, and
> the application should be terminated when the application server goes down.
>
> My question is, can this be achieved using Java Service Wrapper? Can I add
> some kind of application server dependency in the wrapper.config file, or
> something similar to that?
>
> Any inputs are highly appreciated.
>
> Thanks,
> pram
>
|