|
How to detect if a Windows app dies??
Hello All: I hope this is the right category…
I have a application (this app runs under java and jboss) that runs under Windows, it’s started as a service. If that application should become disabled, crash or no longer function, what would be the best method for determining it is no longer running? If this was UNIX it would be a no-brainer I could simply watch for the pid or write a script to tickle the app. I don’t think I have that luxury on Windows (Sever 2003,2000, XP)
Again Thanks all
|