JBoss.orgCommunity Documentation
JCR clustering with local index on each node is a new feature. Find more information about Indexing in clustered environment in JCR reference documentation.
If the cluster is used with the local JCR index on each node, apply the following changes to the steps described above:
configure index data to a local directory on each node:
gatein.jcr.index.data.dir=/PATH/TO/LOCAL/INDEX
run the cluster with the additional profile named "cluster-index-local
" by adding the following profile to the startup script in the bin/gatein.sh file;
EXO_PROFILES="-Dexo.profiles=default,cluster,cluster-index-local"
Or, by using the following command with this additional profile.
./start_eXo.sh default,cluster,cluster-index-local