Quote:
|
Originally Posted by jimmyc
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?
|
You mention services. You can use
net start to see if your service is currently up or not.