I started a Tomcat7 user instance with tomcat7-instance/bin/startup.sh
, but how can I chek if that instance is running or not? Of course, an easier way than with ps | grep
.
I know that to check the service status you can use service tomcat7 status
, but this is an user instance.
I'm using Ubuntu 12.10 and 13.10.