The JBoss Application Server
Introduction
JBoss is the main application server supported by JAG. This
document describes the requirements for using JBoss with JAG.
JBoss 3.0
Full support with hot deploy. Set the appserver.deploy.dir in the
.ant-global.properties and use ant to deploy the EAR.
ant deploy
JBoss 3.2
Full support with hot deploy. Difference with JBoss 3.0 are the
datasource configuration files and the classloader. Set the
appserver.deploy.dir in the .ant-global.properties and use ant to deploy
the EAR.
ant deploy
JBoss 4.x
Full support with hot deploy. Difference with JBoss 3.2 is that
the commons-logging.jar is no longer distributed since it is already
available with Jboss 4. Set the appserver.deploy.dir in the
.ant-global.properties and use ant to deploy the EAR.
ant deploy