[jboss-cvs] JBossAS SVN: r85702 - in projects/docs/enterprise: 4.3.5/Server_Configuration_Guide/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 10 19:01:38 EDT 2009


Author: irooskov at redhat.com
Date: 2009-03-10 19:01:38 -0400 (Tue, 10 Mar 2009)
New Revision: 85702

Modified:
   projects/docs/enterprise/4.2.7/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
   projects/docs/enterprise/4.3.5/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
Log:
updated Server Config Guide with jboss-web correct location fixing JBPAPP-1689 


Modified: projects/docs/enterprise/4.2.7/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
===================================================================
--- projects/docs/enterprise/4.2.7/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2009-03-10 22:52:07 UTC (rev 85701)
+++ projects/docs/enterprise/4.2.7/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2009-03-10 23:01:38 UTC (rev 85702)
@@ -222,7 +222,7 @@
 </programlisting>
 	    
 <para>Then, for each JBoss Tomcat instance in the cluster, we need to tell it that mod_jk is in use, so it can properly manage  the <literal>jvmRoute</literal> appended to its session cookies so that mod_jk can properly route incoming requests. Edit the
-                        <literal>JBOSS_HOME/server/all/deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml</literal>
+                        <literal>JBOSS_HOME/server/all/deploy/jboss-web.deployer/META-INF/jboss-service.xml</literal>
                     file (replace <literal>/all</literal> with your own server name). Locate the
                         <literal>&lt;attribute&gt;</literal> element with a name of <literal>UseJK</literal>, and set
                     its value to <literal>true</literal>:</para>

Modified: projects/docs/enterprise/4.3.5/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml
===================================================================
--- projects/docs/enterprise/4.3.5/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2009-03-10 22:52:07 UTC (rev 85701)
+++ projects/docs/enterprise/4.3.5/Server_Configuration_Guide/en-US/Clustering_Guide_HTTP.xml	2009-03-10 23:01:38 UTC (rev 85702)
@@ -222,7 +222,7 @@
 </programlisting>
 	    
 <para>Then, for each JBoss Tomcat instance in the cluster, we need to tell it that mod_jk is in use, so it can properly manage  the <literal>jvmRoute</literal> appended to its session cookies so that mod_jk can properly route incoming requests. Edit the
-                        <literal>JBOSS_HOME/server/all/deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml</literal>
+                        <literal>JBOSS_HOME/server/all/deploy/jboss-web.deployer/META-INF/jboss-service.xml</literal>
                     file (replace <literal>/all</literal> with your own server name). Locate the
                         <literal>&lt;attribute&gt;</literal> element with a name of <literal>UseJK</literal>, and set
                     its value to <literal>true</literal>:</para>




More information about the jboss-cvs-commits mailing list