|
From: Leif M. <le...@ta...> - 2004-06-23 08:33:15
|
The dependent services in the service properties page is used to specify other services that are required by the current service. It makes sure that those services are started before the current service is started. Likewise, if any of those services are stopped, the current service will be stopped first. Note for the archives: The second statement about stop order is not true when the machine is shutting down. Windows is sloppy there and just shuts down all services at the same time. If you want to set these under the Wrapper, you can use the wrapper.ntservice.dependency.<n> properties. Cheers, Leif Stuijt, Johan wrote: > Checkout the "services" list in windows. On the properties page, they > mention something about "dependant" services. > > Maybe windows is capable of starting and stopping two or more services > under one name. > > Met vriendelijke groet, > Johan Stuijt > > > -----Oorspronkelijk bericht----- > *Van:* Ball, Kevin R [mailto:Kev...@ca...] > *Verzonden:* dinsdag 22 juni 2004 21:53 > *Aan:* wra...@li... > *Onderwerp:* [Wrapper-user] I would like to post a question to this > list please.... > > Wrapper Config to call to separate class files. > > I have two java components, 2 different directories: server and servlet > > I need to have both started via the windows services, but would like > to have one "service name" listed. Is the "Wrapper" configurable to > perform such a task? > > Thanks. > |