JBoss

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:

1. Enable and generate JBoss templates

templates under Templates > appservers > jboss for your version of JBoss and generate files for them.

2. Install relevant JDBC drivers

Copy the JDBC drivers for your database to the JBoss lib directory, ie jbosshome\server\default\lib\ directory and restart JBoss

3. Install the application

Install the application using the Ant install script:

  1. projectdir\ant\jboss-x.x\build.properties and set the correct location for the jboss.home property.
  2. Open up a in the projectdir\ant\jboss-x.x\ directory.
  3. Execute ant install

Related tasks