JBoss.orgCommunity Documentation
Building from source the components used in JBoss AS/JBossWeb/Tomcat requires Maven 2.0.x.
Steps to build:
Download the mod_cluster sources
svn co http://anonsvn.jboss.org/repos/mod_cluster/trunk/ mod_cluster
Use maven "dist" profile to build:
cd mod_cluster; mvn -P dist package
Note: Some maven tests are using UDP port 23365 make sure you are local firewall allows the port.
The build produces the following output in the target directory:
mod-cluster.sar
Exploded format sar to copy to the deploy dir in your JBoss AS install
JBossWeb-Tomcat/lib directory
Jar files to copy to the lib directory in your JBossWeb or Tomcat install to support use of mod_cluster
demo directory
The load balancing demo application
mod-cluster-XXX.tar.gz
The full distribution tarball; includes the above elements