RSS
Shubhankar Soni | 07 Dec 2023

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...

4103
0
thumbnail
Bence Losonczy | 06 Dec 2023

Background In the digital age, managing user identity information across applications can be challenging. SCIM, or the System for Cross-domain Identity Management specification, is designed to simplify this process. This post explores SCIM's background, purpose, and features in the context of Liferay, highlighting its role in streamlining user identity management for...

3734
0
Sahil Akhtar | 06 Dec 2023

Objective: Implement Varnish Cache as a reverse proxy for a Liferay instance running on Nginx to enhance performance. Prerequisites: Ubuntu-based server with Nginx and Liferay installed. 1. Install Nginx: sudo apt update sudo apt install nginx 2. Start and Enable Nginx: sudo systemctl start nginx sudo systemctl enable nginx ...

4494
2
thumbnail
David H Nebinger | 06 Dec 2023

Introduction So I was recently working with a team that was completing an upgrade assessment for a client wanting to upgrade from 7.2 to 7.4. A big chunk of the work in upgrading the client was going to be taken upgrading the themes. The client had one primary theme which contained the common style rules, but they also had 8 "child" themes, based upon the primary,...

6790
0
thumbnail
Jamie Sammons | 01 Dec 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA105: docker run -it -p 8080:8080 liferay/portal:7.4.3.105-ga105 Bundles and other download options ...

3351
4
thumbnail
Jiang Simon | 01 Dec 2023

Liferay IntelliJ 2.0.7 plugin has been made available. Head over to this page for downloading. This plugin supports IntelliJ 232 and greater. Release Highlights: Set correct customized vm argument when start portal bundle. Use latest version blade 5.0.2-snapshot

1958
0
thumbnail
David H Nebinger | 30 Nov 2023

Introduction A community member recently posted a question about how to make their component wait. I of course pointed them at my Power of Patience blog which I have been using for years now to wait for the portal to be ready. They came back and said it didn't work, which seemed quite odd to me because I and many others have been very successful with it. After...

3471
5
thumbnail
David H Nebinger | 29 Nov 2023

So just a quick one today about an issue that I helped a coworker with. A client had reported that after they restarted Liferay, they had to redeploy their custom module that had a replacement @Component for one of Liferay's components, otherwise the custom component would not work. I replied back, "Oh, they just need to blocklist the Liferay component so their custom...

3602
0
thumbnail
Rafaela Nascimento | 25 Nov 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA104: docker run -it -p 8080:8080 liferay/portal:7.4.3.104-ga104 For more information on using the...

2816
0
thumbnail
Neil Harwani | 24 Nov 2023

Following up with Part 1 of the series here: Liferay best practices – Part 1 | LinkedIn – Here is part 2 of Liferay best practices: Look out for settings of ORA-1795 error and it’s required settings from Liferay Help Center articles if you are using Oracle If you have heavy usage of web articles, assets, documents and so on, consider switching off view / increment count ...

3128
0