Is it possible to set up Tomcat on a Linux machine such that I can start it/stop with the service command, i.e.
service tomcat start service tomcat stop If so, how would one do this? Do most people set up Tomcat as a daemon on Unix machines? If so, tips on how this is done appreciated!!
