Tomcat start/stop script

You could just link to catalina.sh and get the basic stop/start functionality working but it has some drawbacks: Sometimes tomcat doesn’t stop gracefully and you have to reach for ps, grep and kill You have to sometimes pass in some configuration options to Tomcat to enable JMX, increase the max memory it can use, etc. […]

Continue reading →