[Yanel-commits] rev 48111 - public/yanel/trunk/src/realms/from-scratch-realm-template

michi at wyona.com michi at wyona.com
Mon Mar 15 20:23:19 CET 2010


Author: michi
Date: 2010-03-15 20:23:19 +0100 (Mon, 15 Mar 2010)
New Revision: 48111

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt
Log:
note about persistence manager added

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt	2010-03-15 19:01:16 UTC (rev 48110)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt	2010-03-15 19:23:19 UTC (rev 48111)
@@ -7,9 +7,13 @@
 
     In order to setup the "From Scratch Realm" using JCR repositories within a clustered environment do the following steps:
 
-    1) Configure journal path:
-        - jcr-data-repo-cnode1/repository.xml (see /Cluster/Journal/param[@name='directory']
-        - jcr-data-repo-cnode2/repository.xml (see /Cluster/Journal/param[@name='directory']
+    1) Configure journal path and persistance manager:
+        - jcr-data-repo-cnode1/repository.xml
+           - /Cluster/Journal/param[@name='directory']
+           - <PersistenceManager ...
+        - jcr-data-repo-cnode2/repository.xml
+           - see /Cluster/Journal/param[@name='directory']
+           - <PersistenceManager ...
 
     2) Migrate data (see YAREP_TRUNK/README.txt):
         - sh YAREP_TRUNK/build.sh copy-repository -Dcopy.src.repo.config=config/vfs-data-repository.xml -Dcopy.dest.repo.config=config/jcr-data-repository-cnode1.xml



More information about the Yanel-commits mailing list