Skip to content

Commit

Permalink
Remove useless file and arrange corresponding build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfclere committed Aug 30, 2012
1 parent a2b1355 commit f0cdf6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 58 deletions.
19 changes: 12 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,20 @@ JBoss AS

JBoss Web / Tomcat

1. Copy the jar file contained in the mod_cluster.sar directory into the lib
directory of your JBoss Web installation.
./target/JBossWeb-Tomcat/lib/mod_cluster.jar
2. Copy the following dependency jars into the same lib directory:
./target/JBossWeb-Tomcat/lib/jboss-logging-jdk.jar
./target/JBossWeb-Tomcat/lib/jboss-logging-spi.jar
The tar.gz from the assembly contains the JBossWeb-Tomcat.
mvn -P dist package create the tar.gz (after mvn install).
1. Extract the JBossWeb-Tomcat directory.

2. Copy the jar files from JBossWeb-Tomcat/lib to the tomcat lib.
remove the mod_cluster-container-tomcat(n).jar that does correspond to
the Tomcat you are using.

3. Copy the following dependency jars into the same lib directory:
JBossWeb-Tomcat/lib/jboss-logging-jdk.jar
JBossWeb-Tomcat/lib/jboss-logging-spi.jar


3. Modify the server.xml within the conf directory and add a non-cluster mode
4. Modify the server.xml within the conf directory and add a non-cluster mode
engine listener as documented here:
http://www.jboss.org/mod_cluster/java/config.html

Expand Down
51 changes: 0 additions & 51 deletions build-jbossweb.xml

This file was deleted.

0 comments on commit f0cdf6e

Please sign in to comment.