Author: mmcallis
Date: 2008-06-17 22:12:37 -0400 (Tue, 17 Jun 2008)
New Revision: 11072
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/cmsPortlet.xml
Log:
adding "Apache" in front of "Jackrabbit" in certain places
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml 2008-06-18
02:03:54 UTC (rev 11071)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml 2008-06-18
02:12:37 UTC (rev 11072)
@@ -35,7 +35,7 @@
concurrency issues when
deploying the various *-object.xml files. Without that, each node
would try to create the
same objects in the database when it deploys an archive
containing such descriptors.</listitem>
- <listitem>Used with JCR. The Jackrabbit server is not able to
run in a cluster
+ <listitem>Used with JCR. The Apache Jackrabbit server is not
able to run in a cluster
by itself, therefore we make a singleton on the cluster. This
provides HA-CMS, which is
similar to the current HA JBossMQ provided in JBoss
AS.</listitem>
</orderedlist>
@@ -185,7 +185,7 @@
<sect2>
<title>CMS clustering</title>
<para>The CMS backend storage relies on the Apache Jackrabbit project.
Jackrabbit does not support clustering out of the box.
- So the portal run the Jackrabbit servicey on one node of the cluster using the
+ So the portal run the Jackrabbit service on one node of the cluster using the
<ulink
url="http://www.onjava.com/pub/a/onjava/2003/08/20/jboss_clustering....
technology.
The file
<emphasis>jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml</emphasis>
contains the configuration. We will
not reproduce it in this documentation as the changes are quite complex and
numerous. Access from all nodes of the cluster
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/cmsPortlet.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/cmsPortlet.xml 2008-06-18
02:03:54 UTC (rev 11071)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/cmsPortlet.xml 2008-06-18
02:12:37 UTC (rev 11072)
@@ -97,7 +97,7 @@
<section>
<title>Service Configuration</title>
<section>
- <title>Tuning Jackrabbit</title>
+ <title>Tuning Apache Jackrabbit</title>
<para>JBoss Portal uses Apache Jackrabbit as its Java Content
Repository implementation.
Configuration of the service descriptor, allows for changing many of the
variables
associated with the service.</para>