[mod_cluster-commits] mod_cluster SVN: r796 - branches/MOD_CLUSTER_1_0_10_GA_CP/docs/userguide/src/main/docbook/modules.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 9 12:45:01 EDT 2012


Author: jfrederic.clere at jboss.com
Date: 2012-04-09 12:45:00 -0400 (Mon, 09 Apr 2012)
New Revision: 796

Modified:
   branches/MOD_CLUSTER_1_0_10_GA_CP/docs/userguide/src/main/docbook/modules/quick-start.xml
Log:
Arrange the quick start doc.


Modified: branches/MOD_CLUSTER_1_0_10_GA_CP/docs/userguide/src/main/docbook/modules/quick-start.xml
===================================================================
--- branches/MOD_CLUSTER_1_0_10_GA_CP/docs/userguide/src/main/docbook/modules/quick-start.xml	2012-04-06 15:29:06 UTC (rev 795)
+++ branches/MOD_CLUSTER_1_0_10_GA_CP/docs/userguide/src/main/docbook/modules/quick-start.xml	2012-04-09 16:45:00 UTC (rev 796)
@@ -230,15 +230,20 @@
     <sect3>
       <title>Integrate mod_cluster with JBoss AS's embedded JBossWeb</title>
 
-      <listitem>
-        <para>Edit the $JBOSS_HOME/server/all/deploy/jbossweb.sar/server.xml
+      <para>Edit the $JBOSS_HOME/server/all/deploy/jbossweb.sar/server.xml
         file, adding the following next to the other Listener elements:</para>
-      </listitem>
 
       <programlisting>
       &lt;Listener
       className="org.jboss.web.tomcat.service.deployers.MicrocontainerIntegrationLifecycleListener"
                  delegateBeanName="ModClusterService"/&gt; </programlisting>
+
+      <para>Edit the $JBOSS_HOME/server/all/deploy/jbossweb.sar/META-INF/jboss-beans.xml
+        file, adding the following next to the other depends elements:</para>
+
+      <programlisting>
+      &lt;depends&gt;ModClusterService&lt;/depends&gt; </programlisting>
+      
     </sect3>
 
     <sect3>



More information about the mod_cluster-commits mailing list