AWS Cluster Creation and configuration

AWS Cluster Creation and configuration

For basic cluster creation you can choose smaller Ec2 instance types like t2.small like that. But if you really get Elasticity from elasticsearch you need to put one more node to share the load.So initially choose a 3 node cluster has 2 shards and 1 replica. Step 1:...
Overriding Core JSP file using Liferay 7 Hook

Overriding Core JSP file using Liferay 7 Hook

There are few scenarios that you might want to modify the JSPs to override which are no longer in Liferay’s core and you can do core JSP customizations to a specific site. portal-web/docroot/html   As you can see, the above screen represents before you begin...