What is Assisted Service Module in SAP Hybris?
Assisted Service Module is an add-on in hybris. It allows the customer service agent to login to the website as the customer and get the same view as the customer does. Once logged-in, the agent can perform any action on customers behalf. This functionality is available out of box both B2C and B2B. We can …
How to run cron Job using groovy script from HAC
import de.hybris.platform.cronjob.model.CronJobModel; CronJobModel job= cronJobService.getCronJob(“Job ID”); job.setNodeID(0); job.setNodeGroup(null); cronJobService.performCronJob( job);
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 »