The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-06-2006
vino's Avatar
vino vino is offline
Supporter (in vino veritas)
 

Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,661
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.
Reply With Quote