...
mvn –s settings.xml –P configure-jcr-repository
Clustering-specific Settings for all
...
Nodes
Once the read/write node is running properly, use its settings.xml
for the other read/write node (if you have a dual read/write node environment) as well as for all the read-only node(s). Two properties in the settings.xml
of the read/write node have to be changed for the other read/write node (if you are setting up a dual read/write node cluster) as well as for the read-only node(s):
...
Finish the configuration of the node just like a standalone XperienCentral node by issuing the following command from a command line prompt:mvn –s settings.xml –P configure-jcr-repository
...
Make Static Content Available to all
...
Nodes
When an editor places an image on a page within XperienCentral, this image will initially be only available on the read/write node on which it was placed. Through the use of a file store mechanism (The File Distribution Service), XperienCentral synchronizes static content between all the read/write nodes and read-only nodes in the cluster.
...