How to run multiple hybris instance in one machine?

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

2 comments:

  1. very useful nice explanation plss provide some more questions.... with real time examples

    ReplyDelete
  2. Thanks for your update!!
    Sure will provide more Q&A.

    ReplyDelete