How to run multiple hybris instances in one machine?
We can run N of hybris instances till machine memory permits. but we need to have a separate tomcat port for each instance. the below ports are unique for each instance. We should add the properties below in each instance’s local property file with unique values. tomcat.http.port=7001tomcat.ssl.port=7002tomcat.ajp.port=7009tomcat.jmx.port=7003tomcat.jmx.server.port=7004