SAP Hybris Installation and Deployment Architecture - [Part1]

All references in this post are based on Hybris version 6.6

Hybris datahub server

Datahub is nothing but the web application(datahub-webapp-x.x.x.x-RCx.war), which can be deployed on Tomcat as the normal web application. You don't require to install whole Hybris suite to set up datahub.

Solr server

By default, Solr server is installed/configured with Hybris suite, which will autostart and stopped with the Hybris platform.
If you want to install standalone Solr server on the different sandbox, which can be managed individually then you need to configure below properties on your Hybris platform (server) local.properties file.
solrserver.instances.default.autostart=true
solrserver.instances.default.mode=standalone
solrserver.instances.default.hostname=localhost
solrserver.instances.default.port=8983
solrserver.instances.default.memory=512m
The most important attributes you should consider when updating the Solr server configuration are:
  • Mode: set it to standalone.
  • Endpoint URLs: should contain a single master URL with the the following value: http://localhost:8983/solr.
check detail wiki document to install and configure a standalone Solr server in a way that can be used in SAP Hybris Commerce.

Hybris Application server (Storefront server)

You can install Hybris suite, with your set of extensions(localextensions.xml). Configure your endpoints for your DataHub & Solr & DB server in the local.properties.
To restrict backoffice access on your application server
  • Configure your upstream server(web or load balancer) to pass backoffice request to different Hybris setup(admin server), not to storefront server(Recommended).
  • You can remove platform/admin related extensions from your storefront Hybris setup, localextensions.xml file. (Not recommended).

Hybris Application server for backend (backoffice)

Installation is same as storefront node. As mentioned above (with help of Apache /load balancer) you can restrict any storefront or internet request on this server. Only admin can access it through the intranet.
You can refer SAP Hybris deployment architecture


Refer part 2 for Centralized logging and Advanced Application Monitoring.

Author Image

Ankitkumar Patel

Sr. SAP Hybris consultant, having 15+ years experience in SAP Commerce Cloud (Hybris), SAP Spartacus. Extensive experience in SAP Hybris development, third-party integrations, project architecture and design... Read more

Comments

  1. Nice blog, Very informative.

    ReplyDelete
  2. Thanks for sharing this Informative content. Well explained. Got to learn new things from your Blog on.Sap EWM online access

    ReplyDelete

Post a Comment

Popular posts from this blog

Hybris flexible search query examples

How to remove or update all data records in Hybris?

How to Install temporary Hybris license?