[gatein-commits] gatein SVN: r5476 - exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 3 10:37:13 EST 2010


Author: julien_viet
Date: 2010-12-03 10:37:13 -0500 (Fri, 03 Dec 2010)
New Revision: 5476

Modified:
   exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
EXOGTN-201 : Fix JCR swap location in configiration


Modified: exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
--- exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml	2010-12-03 15:06:56 UTC (rev 5475)
+++ exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml	2010-12-03 15:37:13 UTC (rev 5476)
@@ -36,7 +36,7 @@
               <property name="multi-db" value="false"/>
               <property name="update-storage" value="true"/>
               <property name="max-buffer-size" value="204800"/>
-              <property name="swap-directory" value="${gatein.jcr.data.dir}/system${container.name.suffix}"/>
+              <property name="swap-directory" value="${gatein.jcr.data.dir}/swap/system${container.name.suffix}"/>
             </properties>
             <value-storages>
               <value-storage id="system" class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">



More information about the gatein-commits mailing list