[jboss-cvs] JBossAS SVN: r99273 - 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:05:59 EST 2010


Author: laubai
Date: 2010-01-12 03:05:58 -0500 (Tue, 12 Jan 2010)
New Revision: 99273

Modified:
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml
Log:
Corrections for push to brew.

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2010-01-12 08:02:35 UTC (rev 99272)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2010-01-12 08:05:58 UTC (rev 99273)
@@ -867,6 +867,7 @@
           change this if you create a new cache configuration, in which case this 
           property should have a different value from all other cache configurations.</para>
           </listitem>
+        </varlistentry>
       </variablelist>
       
       <para>If you wish to use a completely new JBoss Cache configuration rather

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml	2010-01-12 08:02:35 UTC (rev 99272)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml	2010-01-12 08:05:58 UTC (rev 99273)
@@ -244,7 +244,7 @@
                 </listitem>
                 <listitem>
                   <para>The <varname>ServerPeerID</varname> is <literal>1</literal> for 
-                  <literal>node1</literal>, and <literal>2</literal> for <literal>node2</literal>.
+                  <literal>node1</literal>, and <literal>2</literal> for <literal>node2</literal>.</para>
                 </listitem>
                 <listitem>
                   <para>On each machine, JBoss is installed in <filename>/var/jboss</filename>.</para>
@@ -565,5 +565,5 @@
 
       </section>
       -->
+  </section>
       </chapter>
-

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml	2010-01-12 08:02:35 UTC (rev 99272)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml	2010-01-12 08:05:58 UTC (rev 99273)
@@ -364,6 +364,7 @@
                 an excellent option for a clustered JPA/Hibernate entity cache,
                 since in this case cached state can be reread from the database.
               </para>
+              </listitem>
             </varlistentry>
           </variablelist>
          
@@ -1175,7 +1176,7 @@
      
      <para>The actual underlying <classname>org.jboss.cache.Cache</classname> instance
      is available from the <classname>CacheJmxWrapper</classname> via its
-     <varname>cache</literal> varname; the example shows how this
+     <varname>cache</varname> property; the example shows how this
      can be used to inject the cache into the <classname>ExampleService</classname>.</para>
      </section>
      




More information about the jboss-cvs-commits mailing list