Several Tomcats in the same server

From OpenKM Documentation
Revision as of 12:21, 23 May 2012 by Pavila (talk | contribs) (Created page with 'Edit ''$TOMCAT_HOME/confg/server.xml'' and look for all Tomcat port properties. {| align="center" border="1" cellpadding="5" cellspacing="0" !Service || Default port || New Port…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 8015
Tomcat Connector Port 8080 8081
AJP Connector Port 8009 8019
Redirect Port 8443 8453

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

More info at: