Author: thomas.heute(a)jboss.com
Date: 2010-12-09 08:54:22 -0500 (Thu, 09 Dec 2010)
New Revision: 5525
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/DatabaseConfiguration.xml
Log:
JBEPP-717: Explain the gatein.jcr.storage.data.dir more explicitely, and warn about not
deleting it.
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml 2010-12-09
12:50:19 UTC (rev 5524)
+++
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml 2010-12-09
13:54:22 UTC (rev 5525)
@@ -52,7 +52,7 @@
<itemizedlist>
<listitem>
<para>
- to specify the location of the shared filesystem.
+ to specify the location of the "value storage". This folder
mustn't be deleted as it contains data required for the portal to run. For more
details about "value storage" please refer to the JCR configuration in the
reference guide.
</para>
</listitem>
</itemizedlist>
@@ -64,7 +64,7 @@
<itemizedlist>
<listitem>
<para>
- to specify the location on a shared filesystem to store data.
+ to specify the location on a shared filesystem to store the JCR index.
If the directory is deleted, the JCR will recreate the indexes on next start of the
server. (This operation may take a very long time, depending on the size of the data
stored in the JCR).
</para>
</listitem>
</itemizedlist>
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/DatabaseConfiguration.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/DatabaseConfiguration.xml 2010-12-09
12:50:19 UTC (rev 5524)
+++
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/DatabaseConfiguration.xml 2010-12-09
13:54:22 UTC (rev 5525)
@@ -108,6 +108,13 @@
mean to run the application server with <literal>sh run.sh
-Dexo.profiles=sybase</literal> in a single node
and <literal>sh run.sh -Dexo.profiles=sybase,cluster</literal> for a
cluster node.</para>
</warning>
+
+ <warning>
+ <title>Do not delete
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/data</filename></title>
+ <para>The JCR can store information both in a database and on the filesystem
depending on the configuration of the value storage (See reference guide). Out of the box,
the portal will store
+information required to run the portal in
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/data/gatein/jcr/values/</filename>.
+ You can change this directory location by editing the
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/conf/gatein/configuration.properties</filename>
file, the name of the property being:
<literal>gatein.jcr.storage.data.dir</literal></para>
+ </warning>
</section>
<section>
Show replies by date