The JBoss project is hosted on Source Forge.
The Files section contains all JBoss releases since 2.2.
The files page contains sections named JBoss, JBoss-Jetty, JBoss-Tomcat.
For this talk we will use jboss-3.2.1_tomcat-4.1.24.zip.
Installation is easy:
$ cd /opt $ unzip /download/jboss-3.2.1_tomcat-4.1.24.zip
This creates the JBoss directory structure. The server subdirectory houses the minimal, default, and all configuration sets.
To run a configuration set, say all, simply do:
$ cd /opt/jboss-3.2.1_tomcat-4.1.24/bin $ ./run.sh -c all