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

3 comments:

Wei He said...

your post saved my life! Thank you very much!

Inthiyaz Shaik said...

Welcome

ashutosh said...

Not much usefull :( my problem is not resolved

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