[jboss-cvs] JBossAS SVN: r83861 - projects/docs/community/5/Clustering_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 4 13:19:33 EST 2009


Author: bstansberry at jboss.com
Date: 2009-02-04 13:19:33 -0500 (Wed, 04 Feb 2009)
New Revision: 83861

Modified:
   projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml
Log:
[JBAS-6351] Strip out initial JBC discussion

Modified: projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml
===================================================================
--- projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml	2009-02-04 18:18:17 UTC (rev 83860)
+++ projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_JGroups.xml	2009-02-04 18:19:33 UTC (rev 83861)
@@ -2,14 +2,12 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
 <chapter id="jgroups.chapt">
-    <title>JBossCache and JGroups Services</title>
-    <para>JGroups and JBossCache provide the underlying communication, node replication and caching services, for
-            JBoss AS clusters. Those services are configured as MBeans. There is a set of JBossCache and JGroups MBeans
-	    for each type of clustering applications (e.g., the Stateful Session EJBs, HTTP session replication etc.).
-        </para>
-    <para>The JBoss AS ships with a reasonable set of default JGroups and JBossCache MBean configurations. Most
-            applications just work out of the box with the default MBean configurations. You only need to tweak them
-            when you are deploying an application that has special network or performance requirements.</para>
+    <title>JGroups Services</title>
+    <para>JGroups provides the underlying group communication support for
+       JBoss AS clusters. JBoss AS ships with a reasonable set of default JGroups 
+       configurations. Most applications just work out of the box with the 
+       default configurations. You only need to tweak them when you are 
+       deploying an application that has special network or performance requirements.</para>
     
     <section id="jgroups-configuration">
       <title>JGroups Configuration</title>




More information about the jboss-cvs-commits mailing list