I installed Tomcat7 from source on a debain. However, based on the information online I should be able to start and stop the service using the following command:
service tomcat7 stop/start
However when I run this, I get this error:
tomcat7: unrecognized service
Can anyone tell me please how I can make it so Tomcat can be stopped and started.