|
From: Leif M. <le...@ta...> - 2003-11-06 02:51:45
|
Sal Ingrilli wrote: >2. use windows service recovery options to run a script if a service >fails... > >windows service recovery: go to administrative tools | services | >right-click on your service | recovery > > I actually do not think that this will work. In the case of the Wrapper and its JVM, it is the Wrapper and not the JVM that is the "service" which would trigger a recovery event. The Wrapper does not exit when the JVM crashes or is restarted. So the Service Manager will have no way of knowing and thus responding to the JVM being restarted. Cheers, Leif |