Several Tomcats in the same server

From OpenKM Documentation
Revision as of 17:53, 11 December 2012 by Jllort (talk | contribs)

Jump to: navigation, search

Edit $TOMCAT_HOME/confg/server.xml and look for all Tomcat port properties.

Service Default port New Port
Shutdown Port 8005 8105
Tomcat Connector Port 8080 8180
AJP Connector Port 8009 8109

To shutdown the different instances execute the shutdown.sh script from the $TOMCAT_HOME/bin.

More info at: