Shutting down tomcat on non-default shutdown port.
Posted in tEch on May 20th, 2008
For the record, I vehemently agree with Peter, multiple tomcat setup is WAY under-documented and perfected. Sigh. tomcat apparently has supported multiple instances with one application install for a long time. But it’s still not clear how to shut them down independently. That said, I figured out a way!!! YAY!!!! $CATALINA_HOME/bin/shutdown.sh -config $CATALINA_BASE/conf/server.xml Long live [...]