Quite simply, how does one determine whether or not Tomcat is running in Windows, using the command prompt?
I am writing a batch script that must do this. This is
You can try searching for the process and extracting the line
For example:
ps|grep tomcat