Author: mpodolin
Date: 2010-01-05 08:57:00 -0500 (Tue, 05 Jan 2010)
New Revision: 1162
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.tmpl.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
absolute path definition replaced by a system property
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.tmpl.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.tmpl.xml 2010-01-05
13:34:59 UTC (rev 1161)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.tmpl.xml 2010-01-05
13:57:00 UTC (rev 1162)
@@ -182,13 +182,13 @@
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
<property name="max-buffer-size"
value="204800"/>
- <property name="swap-directory"
value="../temp/swap/wsrp${container.name.suffix}"/>
+ <property name="swap-directory"
value="${gatein.jcr.data.dir}/swap/wsrp${container.name.suffix}"/>
</properties>
<value-storages>
<value-storage id="gadgets"
class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
<properties>
- <property name="path"
value="../temp/values/wsrp${container.name.suffix}"/>
+ <property name="path"
value="${gatein.jcr.data.dir}/values/wsrp${container.name.suffix}"/>
</properties>
<filters>
<filter property-type="Binary"/>
@@ -211,14 +211,14 @@
</cache>
<query-handler
class="org.exoplatform.services.jcr.impl.core.query.lucene.SearchIndex">
<properties>
- <property name="index-dir"
value="../temp/jcrlucenedb/wsrp${container.name.suffix}"/>
+ <property name="index-dir"
value="${gatein.jcr.data.dir}/jcrlucenedb/wsrp${container.name.suffix}"/>
</properties>
</query-handler>
<lock-manager>
<time-out>15m</time-out>
<persister
class="org.exoplatform.services.jcr.impl.core.lock.FileSystemLockPersister">
<properties>
- <property name="path"
value="../temp/lock/wsrp${container.name.suffix}"/>
+ <property name="path"
value="${gatein.jcr.data.dir}/lock/wsrp${container.name.suffix}"/>
</properties>
</persister>
</lock-manager>
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-01-05
13:34:59 UTC (rev 1161)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-01-05
13:57:00 UTC (rev 1162)
@@ -182,13 +182,13 @@
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
<property name="max-buffer-size"
value="204800"/>
- <property name="swap-directory"
value="../temp/swap/wsrp${container.name.suffix}"/>
+ <property name="swap-directory"
value="${gatein.jcr.data.dir}/swap/wsrp${container.name.suffix}"/>
</properties>
<value-storages>
<value-storage id="gadgets"
class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
<properties>
- <property name="path"
value="../temp/values/wsrp${container.name.suffix}"/>
+ <property name="path"
value="${gatein.jcr.data.dir}/values/wsrp${container.name.suffix}"/>
</properties>
<filters>
<filter property-type="Binary"/>
@@ -211,14 +211,14 @@
</cache>
<query-handler
class="org.exoplatform.services.jcr.impl.core.query.lucene.SearchIndex">
<properties>
- <property name="index-dir"
value="../temp/jcrlucenedb/wsrp${container.name.suffix}"/>
+ <property name="index-dir"
value="${gatein.jcr.data.dir}/jcrlucenedb/wsrp${container.name.suffix}"/>
</properties>
</query-handler>
<lock-manager>
<time-out>15m</time-out>
<persister
class="org.exoplatform.services.jcr.impl.core.lock.FileSystemLockPersister">
<properties>
- <property name="path"
value="../temp/lock/wsrp${container.name.suffix}"/>
+ <property name="path"
value="${gatein.jcr.data.dir}/lock/wsrp${container.name.suffix}"/>
</properties>
</persister>
</lock-manager>