Is Tomcat running?
try this instead and because it needs root privileges use sudo
sudo service tomcat7 status
On my linux system, I start Tomcat with the startup.sh script. To know whether it is running or not, i use
ps -ef | grep tomcat
If the output result contains the whole path to my tomcat folder, then it is running