|
From: Charles B. <CB...@me...> - 2004-01-05 16:16:24
|
Hi, =20 I have an application that I plan to run as an NT Service. All I need = seems to be covered by this product. The only thing I need that I can't = find is an applicative ping. What I mean by that is I need to ping my = application at a regular interval. I know the wrapper is doing just that = to monitor the health of the VM. But, is there a way to customize the = way the ping is done ? What could be even better is have the = controlEvent method of the wrapper interface notified when a ping needs = to be done. This will allow my application to be restarted if the ping = is not answering. As an example if I would run Tomcat as a service, I = would open a socket on my process and make sure I can fetch a file. If = this failed, Tomcat is not running properly so the wrapper should = restart my service. =20 Thank you ! =20 Charles. |