Difference between revisions of "Several Tomcats in the same server"
From OpenKM Documentation
(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…') |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
!Service || Default port || New Port | !Service || Default port || New Port | ||
|- | |- | ||
− | |Shutdown Port || 8005 || | + | |Shutdown Port || 8005 || 8105 |
|- | |- | ||
− | |Tomcat Connector Port || 8080 || | + | |Tomcat Connector Port || 8080 || 8180 |
|- | |- | ||
− | |AJP Connector Port || 8009 || | + | |AJP Connector Port || 8009 || 8109 |
− | |||
− | |||
|} | |} | ||
Line 20: | Line 18: | ||
[[Category: Installation Guide]] | [[Category: Installation Guide]] | ||
− |
Latest revision as of 10:33, 22 July 2015
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: