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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 13 10:45:09 EST 2008


Author: bstansberry at jboss.com
Date: 2008-12-13 10:45:09 -0500 (Sat, 13 Dec 2008)
New Revision: 82260

Modified:
   projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_HASingleton.xml
Log:
Separate intro from TOC

Modified: projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_HASingleton.xml
===================================================================
--- projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_HASingleton.xml	2008-12-13 15:38:57 UTC (rev 82259)
+++ projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_HASingleton.xml	2008-12-13 15:45:09 UTC (rev 82260)
@@ -4,7 +4,8 @@
 <chapter id="clustering-hasingleton">
          
          <title>Clustered Singleton Services</title>
-             
+    <section>
+         <title>Introduction</title>         
 	      <para>A clustered singleton service (also known as an HA singleton) is a service that is deployed on multiple nodes in a cluster, but is providing its service on only one of the nodes. The node running the singleton service is typically called the master node. When the master fails or is shut down, another master is selected from the remaining nodes and the service is restarted on the new master. Thus, other than a brief interval when one master has stopped and another has yet to take over, the service is always being provided by one but only one node.
 	      </para>
 	      <figure id="master_node_fail.fig">
@@ -15,6 +16,7 @@
 			      </imageobject>
 		      </mediaobject>
         </figure>    
+	</section>
 	
 	<section>
 	<title>Deployment Options</title>      




More information about the jboss-cvs-commits mailing list