How to Run Muliple Servers Suite in one System

open

hybris-commerce-suite-5.7.0.0/hybris/config/local.properties

and

#Generated by hybris installer
#Fri Apr 15 16:49:55 IST 2016
commerceservices.default.desktop.ui.experience=responsive
uiexperience.level.supported=DESKTOP

# A port that allows to access the hybris Multichannel Suite via an unsecured connection
tomcat.http.port=8090

# A port that allows to access the hybris Multichannel Suite via an SSL-secured connection
tomcat.ssl.port=8091

# A port that allows to access the hybris Multichannel Suite via AJP from an Apache server instance
tomcat.ajp.port=8012

# A port that allows to access the hybris Multichannel Suite via AJP from an Apache server instance for secured connections
tomcat.ajp.secureport=8013
tomcat.jmx.port=9005
tomcat.jmx.server.port=9006

website.apparel-uk.http=http://apparel-uk.local:8090/yacceleratorstorefront
website.apparel-uk.https=https://apparel-uk.local:8091/yacceleratorstorefront

 

and Open

/hybris-commerce-suite-5.7.0.0/hybris/bin/ext-commerce/solrserver/project.properties

paste below code:-

solrserver.application-context=solrserver-spring.xml
solrserver.global-context=global-solrserver-spring.xml

solrserver.failOnError=true
solrserver.forceRestart=true
solrserver.maxStatusRetries=10
solrserver.statusInterval=5000

# configurations for a specific Solr instance should follow the pattern: solrserver.instances.<instance>.<property>=<value>
solrserver.instances.default.autostart=true
solrserver.instances.default.port=8984
solrserver.instances.default.memory=512m

 

if any conflict of  os.rmiregistry.port then change the portin below

open:-  /hybris-commerce-suite-5.7.0.0/hybris/bin/ext-platform-optional/mediaconversion/project.properties

 

os.rmiregistry.port=2199