Environment Setup

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

Why do we need to install a monitoring tool for the e-commerce site?

An eCommerce website is a digital business asset or store where we can showcase and sell our products and service. Also, It connects brands and consumers over the internet to allow transactions from practically anywhere in the world. Monitoring the website is critical to track its performance and stability, notifying when it is down, and …

Why do we need to install a monitoring tool for the e-commerce site? Read More »

How to install Dynatrace for Hybris Project

After installing the DynaTrace agent on the client’s machine, It’s essential to do the configuration correctly. Otherwise, it will be thrown a Lifecycle exception as below when we start the Tomcat Server. Dynatrace installation: org.apache.catalina.LifecycleException: An invalid Lifecycle transition was attempted ([before_stop]) for component [StandardService[Catalina]] in state [INITIALIZED] We need to pass additional parameters to …

How to install Dynatrace for Hybris Project Read More »

How to start/stop the Solr server in Hybris cmd prompt?

sometime we have faced the issues with Hybris server start up time related to Solr is already running. We can start/stop the Solr server by command prompt using below commands. ant startSolrServer ant stopSolrServer Also, We can go to path “hybris/bin/ext-commerce/solrserver/resources/solr/bin” and run the below script to Start/Stop Solr Server Manually. Start the solr server./solr …

How to start/stop the Solr server in Hybris cmd prompt? Read More »