[jboss-cvs] JBossAS SVN: r68770 - in projects/cluster/varia/sessionstress/apache: conf and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 9 17:44:33 EST 2008


Author: bela at jboss.com
Date: 2008-01-09 17:44:33 -0500 (Wed, 09 Jan 2008)
New Revision: 68770

Added:
   projects/cluster/varia/sessionstress/apache/README
Removed:
   projects/cluster/varia/sessionstress/apache/conf/README
Log:
ns

Copied: projects/cluster/varia/sessionstress/apache/README (from rev 68768, projects/cluster/varia/sessionstress/apache/conf/README)
===================================================================
--- projects/cluster/varia/sessionstress/apache/README	                        (rev 0)
+++ projects/cluster/varia/sessionstress/apache/README	2008-01-09 22:44:33 UTC (rev 68770)
@@ -0,0 +1,12 @@
+
+
+Configuration of JBossWeb for apache/mod-jk
+===========================================
+$Id$
+
+1. For all nodes (node1/deploy/jboss-web.deployer/server.xml:
+   * In server.xml (engine), add jvmRoute=nodeXXX (e.g. node7), needs to be the same as the name in worker.properties
+   * <Engine name="jboss.web" defaultHost="localhost" jvmRoute="node1">
+
+2. For all nodes (node1/deploy/jboss-web.deployer/META-INF/jboss-service.xml:
+   * Set use-jk to true: <attribute name="UseJK">true</attribute>
\ No newline at end of file

Deleted: projects/cluster/varia/sessionstress/apache/conf/README
===================================================================
--- projects/cluster/varia/sessionstress/apache/conf/README	2008-01-09 22:41:59 UTC (rev 68769)
+++ projects/cluster/varia/sessionstress/apache/conf/README	2008-01-09 22:44:33 UTC (rev 68770)
@@ -1,12 +0,0 @@
-
-
-Configuration of JBossWeb for apache/mod-jk
-===========================================
-$Id$
-
-1. For all nodes (node1/deploy/jboss-web.deployer/server.xml:
-   * In server.xml (engine), add jvmRoute=nodeXXX (e.g. node7), needs to be the same as the name in worker.properties
-   * <Engine name="jboss.web" defaultHost="localhost" jvmRoute="node1">
-
-2. For all nodes (node1/deploy/jboss-web.deployer/META-INF/jboss-service.xml:
-   * Set use-jk to true: <attribute name="UseJK">true</attribute>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list