In previous Portal versions, there was a file called icm.properties which contained several settings related to JCR text search and the JCR database. It was located in this path:
wp_profile/PortalServer/jcr/lib/com/ibm/icm/icm.properties
I cannot find this file in my Portal 8.5 installation. Any ideas where this file was moved to?
Answer by David A Batres (2799) | Feb 23, 2015 at 03:01 PM
This file no longer exists in Portal 8.5. Instead, the properties have been moved to a resource environment provider called JCR ConfigService PortalContent. Here you will find the JCR text search and JCR database settings. With the icm.properties file, there was a larger risk in nodes becoming out of sync if the properties were not changed on each node. The resource environment allows for easier management of these properties within a cluster since they can be synchronized across each node in the cluster.
RepositoryNotFoundException on one node in a cluster. Other nodes work fine. 1 Answer
Recommendations for the frequency of database statistics collection for Portal's databases? 1 Answer
Analyzing JCR query performance and XPath 1 Answer
How to speed up the processing of asynchronous deletes in JCR DB after running clearVersions ? 1 Answer