|
From: Leif M. <le...@ta...> - 2006-07-30 01:43:43
|
Neo,
What is the services file that you are referring to?
You can specify dependencies using the following property:
http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-dependency-n.html
Note that windows ignores dependency order on system shutdown. This
is not
a wrapper problem, but rather one with the underlying system.
Cheers,
Leif
Noname Noname wrote:
> Hello All,
>
> Had a question regarding Java Service Wrapper. I am able to install
> services one at a time. But if I want to load and install/un-install
> the services say from a MYAPP.services file then any ideas on how to
> do this.
> For Ex:
> MYSERVICES.services has
> service1
> service2
> service3
>
> Also i am trying to find out where to put dependency. If Service1
> depends on Service2 to startup then want to be able to put that in the
> conf file.
>
> Thanks
> Neo
>
|