Difference between revisions of "Several Tomcats in the same server"
From OpenKM Documentation
m |
|||
Line 16: | Line 16: | ||
* [http://www.hiteshagrawal.com/apache/running-multiple-apache-tomcat-on-same-machine Running Multiple Apache Tomcat on same Machine] | * [http://www.hiteshagrawal.com/apache/running-multiple-apache-tomcat-on-same-machine Running Multiple Apache Tomcat on same Machine] | ||
* [http://archive.gria.org/docs/5.0/user-guide/installation/services/two-JVMs.html Running Two Tomcat Instances on One Machine] | * [http://archive.gria.org/docs/5.0/user-guide/installation/services/two-JVMs.html Running Two Tomcat Instances on One Machine] | ||
− | * [http://www.servletworld.com/tomcat/howto-change-tomcat-port.html How to change | + | * [http://www.servletworld.com/tomcat/howto-change-tomcat-port.html How to change Tomcat default port] |
− | * [http://www.servletworld.com/tomcat/howto-create-multiple-tomcat-instances.html How to create multiple | + | * [http://www.servletworld.com/tomcat/howto-create-multiple-tomcat-instances.html How to create multiple Tomcat instances] |
[[Category: Installation Guide]] | [[Category: Installation Guide]] | ||
[[Category: OKM Network]] | [[Category: OKM Network]] |
Revision as of 19:11, 1 December 2012
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: