Shubhankar Soni
This is assumed in the article that Liferay DXP Clustering between 2 nodes is working properly and both nodes can communicate with each other. What is Session Replication? In simple words, session replication ensures that if a client connection fails over from one server to another the state of the client session is maintained. The entire client session data...
It is critical to have the correct monitoring tools in the right places while debugging Performance Bottlenecks in Production/Non-Production Environments. Glowroot is a strong open-source APM solution that is simple to set up and operate. There are different modes of setting up Glowroot i.e. Glowroot as Agent Glowroot as Central Collector In this blog,...
Today, we will be discussing how to configure an Elasticsearch cluster (2+ nodes) over Native User Authentication and integrate it with Liferay DXP. Contents: Elasticsearch Vulnerability Configuring Elasticsearch & Enabling Native User Auth Configuring Liferay DXP + Elasticsearch with Native User Auth Enabled Elasticsearch Vulnerability: Before...
The following Pre-requisites are required before enabling session Replication: Working Liferay with JBoss bundle (Reference Link) Liferay Clustering Enabled (Reference Link) Session Replication Overview Session replication ensures that client sessions of distributable applications are not disrupted by failovers of nodes in a cluster. Each node in the...