Hybris runs on a tomcat instance and it is shipped with a bundled tomcat.
We can run as many hybris we want, till our machine memory permits. To do so, we need to make each instance of tomcat to have it’s own ports to use. Make below ports are unique for each instance.
We should add below properties in local property file of each instance with unique values:
tomcat.http.port=7001
tomcat.ssl.port=7002
tomcat.ajp.port=7009
tomcat.jmx.port=7003
tomcat.jmx.server.port=7004