Author: jaredmorgs
Date: 2012-03-19 23:15:39 -0400 (Mon, 19 Mar 2012)
New Revision: 8618
Modified:
epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml
epp/docs/branches/5.2/Installation_Guide/en-US/ClusteringConfiguration.xml
epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml
Log:
https://bugzilla.redhat.com/show_bug.cgi?id=804839 - updated directive block and specified
users must set a local swap space for each node in a cluster.
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml 2012-03-19 14:02:19 UTC
(rev 8617)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/Book_Info.xml 2012-03-20 03:15:39 UTC
(rev 8618)
@@ -9,7 +9,7 @@
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.2</productnumber>
<edition>5.2.1</edition>
- <pubsnumber>11</pubsnumber>
+ <pubsnumber>12</pubsnumber>
<abstract>
<para>This book provides information about obtaining, installing and running
JBoss Enterprise Portal Platform and its add-ons. It forms part of the complete document
suite along with the <citetitle>User Guide</citetitle> and
<citetitle>Reference Guide</citetitle> available at <ulink
url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platf...
type="http"/>.
</para>
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/ClusteringConfiguration.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/ClusteringConfiguration.xml 2012-03-19
14:02:19 UTC (rev 8617)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/ClusteringConfiguration.xml 2012-03-20
03:15:39 UTC (rev 8618)
@@ -21,6 +21,9 @@
<listitem>
<para>All cluster nodes must be configured to point to the IDM and JCR shared
databases. Refer to <xref
linkend="sect-Reference_Guide-Database_Configuration"/> for detailed database
set up procedures.</para>
</listitem>
+ <listitem>
+ <para>Each cluster node must have its own local swap directory
configured.<remark>BZ#804839 - 20120320 - specified this to ensure customers are
aware of specific requirement.</remark></para>
+ </listitem>
</itemizedlist>
<section id="Clustering_Configure">
<title>Configure</title>
@@ -94,8 +97,7 @@
<title>Default configuration.properties clustering directives</title>
<para>
The code sample depicts a
<filename>configuration.properties</filename> directive file with the required
clustering configuration set.
-
- </para>
+<remark>BZ#804839 - 20120320 - updated code block with specific information and
replaceable formatting to ensure customers specify the correct data. </remark>
</para>
<programlisting>#
gatein.conf.dir=${jboss.server.home.dir}/conf/gatein
gatein.data.dir=${jboss.server.data.dir}/gatein
@@ -104,16 +106,17 @@
gatein.db.data.dir=${gatein.data.dir}/db
# JCR
-gatein.jcr.config.type=local
+gatein.jcr.config.type=cluster
+gatein.jcr.storage.data.dir=/<replaceable>SHARED_DIRECTORY_PATH</replaceable>/values
+gatein.jcr.index.data.dir=/<replaceable>SHARED_DIRECTORY_PATH</replaceable>/lucene
+gatein.jcr.index.changefilterclass=org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter
+
+# Other JCR settings
gatein.jcr.datasource.name=java:gatein-jcr
gatein.jcr.datasource.dialect=auto
-
gatein.jcr.data.dir=${gatein.data.dir}/jcr
-gatein.jcr.storage.data.dir=${gatein.jcr.data.dir}/values
gatein.jcr.cache.config=war:/conf/jcr/jbosscache/${gatein.jcr.config.type}/config.xml
gatein.jcr.lock.cache.config=war:/conf/jcr/jbosscache/${gatein.jcr.config.type}/lock-config.xml
-gatein.jcr.index.data.dir=${gatein.jcr.data.dir}/lucene
-gatein.jcr.index.changefilterclass=org.exoplatform.services.jcr.impl.core.query.DefaultChangesFilter
gatein.jcr.index.cache.config=war:/conf/jcr/jbosscache/cluster/indexer-config.xml
gatein.jcr.jgroups.config=classpath:/jgroups/gatein-${gatein.default.jgroups.stack:udp}.xml
gatein.jcr.workspace.default=collaboration
Modified: epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml 2012-03-19
14:02:19 UTC (rev 8617)
+++ epp/docs/branches/5.2/Installation_Guide/en-US/Revision_History.xml 2012-03-20
03:15:39 UTC (rev 8618)
@@ -9,6 +9,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>5.2.1-12</revnumber>
+ <date>Tue Mar 20 2012</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <
member>https://bugzilla.redhat.com/show_bug.cgi?id=804839 - updated
directive block and specified users must set a local swap space for each node in a
cluster.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>5.2.1-11</revnumber>
<date>Mon Mar 12 2012</date>
<author>