[jboss-cvs] JBossAS SVN: r99270 - projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 12 03:00:16 EST 2010


Author: laubai
Date: 2010-01-12 03:00:15 -0500 (Tue, 12 Jan 2010)
New Revision: 99270

Modified:
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Info.xml
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml
Log:
Updates for addition to doc-stage.

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Info.xml	2010-01-12 07:42:57 UTC (rev 99269)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Info.xml	2010-01-12 08:00:15 UTC (rev 99270)
@@ -7,7 +7,7 @@
 	<subtitle>for JBoss Enterprise Web Platform 5.0</subtitle>	
 	<edition>1</edition>
 	<issuenum>1</issuenum>
-	<pubsnumber>0.2</pubsnumber>
+	<pubsnumber>0.3</pubsnumber>
 	<productname>JBoss Enterprise Web Platform</productname>
 	<productnumber>5.0</productnumber>
 <!--	<pubdate>, 2009</pubdate> -->

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml	2010-01-12 07:42:57 UTC (rev 99269)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml	2010-01-12 08:00:15 UTC (rev 99270)
@@ -142,23 +142,23 @@
 </para>
 
 </section>
-<!--tsuzukeru-->
+
 <section id="jbosscache-jgroups-transport">
         <title>Transport Protocols</title>
-        <para>The transport protocols send messages from one cluster node to another (unicast) or from cluster
-                    node to all other nodes in the cluster (mcast). JGroups supports UDP, TCP, and TUNNEL as transport
-                    protocols.</para>
+        <para>The transport protocols send messages from one cluster node to another (unicast) 
+        or from one cluster node to all other nodes in the cluster (mcast). JGroups supports 
+        UDP, TCP, and TUNNEL as transport protocols.</para>
         <note>
-          <para>The <literal>UDP</literal>, <literal>TCP</literal>, and <literal>TUNNEL</literal> elements are
-                        mutually exclusive. You can only have one transport protocol in each JGroups
-                        <literal>Config</literal> element</para>
+          <para>The <literal>UDP</literal>, <literal>TCP</literal>, and <literal>TUNNEL</literal>
+          elements are mutually exclusive. You can only have one transport protocol in each 
+          JGroups <literal>Config</literal> element</para>
         </note>
         <section id="jbosscache-jgroups-transport-udp">
           <title>UDP configuration</title>
-          <para>UDP is the preferred protocol for JGroups. UDP uses multicast or multiple unicasts to send and
-                        receive messages. If you choose UDP as the transport protocol for your cluster service, you need
-                        to configure it in the <literal>UDP</literal> sub-element in the JGroups
-                        <literal>Config</literal> element. Here is an example.</para>
+          <para>UDP is the preferred protocol for JGroups. UDP uses multicast or multiple 
+          unicasts to send and receive messages. If you choose UDP as the transport protocol 
+          for your cluster service, you need to configure it in the <literal>UDP</literal> 
+          sub-element in the JGroups <literal>Config</literal> element, like so:</para>
 <programlisting><![CDATA[
 <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" 
      mcast_port="${jboss.hapartition.mcast_port:45566}"
@@ -177,8 +177,7 @@
      ip_ttl="${jgroups.udp.ip_ttl:2}"
  down_thread="false" up_thread="false"/>]]>
 </programlisting>
-
-
+<!--hajime-->
           <para>The available attributes in the above JGroups configuration are listed below.</para>
           <itemizedlist>
             <listitem>

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml	2010-01-12 07:42:57 UTC (rev 99269)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Revision_History.xml	2010-01-12 08:00:15 UTC (rev 99270)
@@ -8,8 +8,8 @@
          <simpara>
                 <revhistory>
                         <revision>
-                                <revnumber>1.3</revnumber>
-                                <date>Thu Nov 26 2009</date>
+                                <revnumber>1.4</revnumber>
+                                <date>Tue Jan 12 2010</date>
                                 <author>
                                         <firstname>Laura</firstname>
                                         <surname>Bailey</surname>
@@ -17,7 +17,7 @@
                                 </author>
                                 <revdescription>
                                         <simplelist>
-                                                <member>Fixing to build.</member>
+                                                <member>Tag corrections.</member>
                                   	</simplelist>
                                 </revdescription>
                         </revision>




More information about the jboss-cvs-commits mailing list