Skip to content

Commit

Permalink
GTNPORTAL-2659 Simplify cluster configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruk committed Oct 15, 2012
1 parent 613682b commit 48ef8cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
<properties>
<property name="path" value="${gatein.jcr.storage.data.dir}/wsrp${container.name.suffix}"/>
<property name="enabled" value="${gatein.jcr.storage.enabled}" />
</properties>
<filters>
<filter property-type="Binary"/>
Expand Down Expand Up @@ -120,6 +121,7 @@
class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
<properties>
<property name="path" value="${gatein.jcr.storage.data.dir}/pc${container.name.suffix}"/>
<property name="enabled" value="${gatein.jcr.storage.enabled}" />
</properties>
<filters>
<filter property-type="Binary"/>
Expand Down

0 comments on commit 48ef8cf

Please sign in to comment.