The open source JBoss application server is available from . RapidJ provides templates for versions 3.2 and 4.0.
To install your application into the default JBoss server follow these steps:
templates under Templates > appservers > jboss
for your
version of JBoss and generate files for them.
Copy the JDBC drivers for your database to the JBoss lib
directory, ie jbosshome\server\default\lib\
directory and restart JBoss
Install the application using the Ant install script:
projectdir\ant\jboss-x.x\build.properties
and set the correct location for the jboss.home
property.projectdir\ant\jboss-x.x\
directory.ant install