From a51ffed37fcb39834384802717d0829791c46f69 Mon Sep 17 00:00:00 2001 From: pferraro Date: Wed, 28 Oct 2009 14:29:08 +0000 Subject: [PATCH] Complete mod-cluster -> mod_cluster rename. --- README.txt | 6 ++--- build-jbossweb.xml | 2 +- build-test.xml | 42 +++++++++++++++--------------- local.properties | 2 +- release.txt | 2 +- test/java/build.properties.default | 2 +- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.txt b/README.txt index 12eee97d7..e271b917f 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -mod-cluster +mod_cluster =========== Instructions @@ -6,7 +6,7 @@ Instructions JBoss AS -1. Copy the exploded sar "mod-cluster.sar" directory into the deploy directory +1. Copy the exploded sar "mod_cluster.sar" directory into the deploy directory of a JBoss server profile. 2. Modify the server.xml within jbossweb.sar and add a clustered mode engine listener as documented here: @@ -15,7 +15,7 @@ JBoss AS JBoss Web -1. Copy the jar file contained in the mod-cluster.sar directory into the lib +1. Copy the jar file contained in the mod_cluster.sar directory into the lib directory of your JBoss Web installation. 2. Copy the following dependency jars into the same lib directory: diff --git a/build-jbossweb.xml b/build-jbossweb.xml index 4a4df2631..f6e65ff06 100644 --- a/build-jbossweb.xml +++ b/build-jbossweb.xml @@ -46,6 +46,6 @@ - + diff --git a/build-test.xml b/build-test.xml index e651cbdde..18ceb8784 100644 --- a/build-test.xml +++ b/build-test.xml @@ -98,7 +98,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -127,7 +127,7 @@ - + @@ -137,28 +137,28 @@ --> - + - + - + - + @@ -213,7 +213,7 @@ - + @@ -288,9 +288,9 @@ - + - + @@ -300,11 +300,11 @@ - - + + - + @@ -314,16 +314,16 @@ - - + + - - + + @@ -335,8 +335,8 @@ - - + + @@ -425,8 +425,8 @@ - - + + diff --git a/local.properties b/local.properties index 984954c8c..471bff312 100644 --- a/local.properties +++ b/local.properties @@ -40,7 +40,7 @@ rmic.debug=true # Location of the httpd binary and the httpd serverroot #location.apache.httpd=/usr/sbin #location.apache.serverroot=${user.home}/httpd -#location.apache.config=conf/mod-cluster-httpd.conf +#location.apache.config=conf/mod_cluster-httpd.conf # Location of JBoss jboss.dist=${env.JBOSS_HOME} diff --git a/release.txt b/release.txt index 4eaa16c2b..b8f0c16c1 100644 --- a/release.txt +++ b/release.txt @@ -14,7 +14,7 @@ expat:v:1.95.8|cluster:t:mod_cluster/1.0.0.GA mod_cluster is a new httpd-based load balancer for use with JBoss AS, JBoss Web, and Tomcat. Get it here: -http://www.jboss.org/mod_cluster/downloads/mod-cluster/ +http://www.jboss.org/mod_cluster/downloads/latest/ Change log: http://www.jboss.org/mod_cluster/changelog.html diff --git a/test/java/build.properties.default b/test/java/build.properties.default index 9a42dac5f..12baf5b43 100644 --- a/test/java/build.properties.default +++ b/test/java/build.properties.default @@ -45,4 +45,4 @@ base-jboss-ejb-api.home=${base.path}/${jboss-ejb-api.version}/lib jboss-ejb-api.jar.loc=${base-jboss.loc}/jboss-ejb-api/${jboss-ejb-api.version}/jboss-ejb-api-${jboss-ejb-api.version}.jar jboss-ejb-api.jar=${base.path}/${jboss-ejb-api.version}/jboss-ejb-api-spi-${jboss-ejb-api.version}.jar -mod_cluster.jar=../../target/mod-cluster-${build_version}.jar +mod_cluster.jar=../../target/mod_cluster-${build_version}.jar