Monday, April 15, 2013

Reindexing all Indexes by using properties file Liferay

To Reindex all indexes add the below properties in the portal-ext.properties.

This file is available in "tomcat\webapps\root\web-inf\classes\portal-ext.properties".

index.on.startup=true


users.indexer.enabled=false

users.search.with.index=false

organizations.indexer.enabled=false

organizations.search.with.index=false

Liferay DXP JNDI Data Source Cofiguration

 This Blog will help us to learn about the JNDI Data Source Configuration in Liferay DXP. We have tested this with Liferay 7.3 with Tomcat. ...