JBoss Deployment
The install procedure for JBoss is quite common. Setting the appropriate value in the install-properties.xml file during install will automatically copy the contelligent.ear file to the JBoss deployment directory.
Manually deploying applications in JBoss is easy too:
# cp /path/to/contelligent.home/lib/contelligent.ear \
/path/to/jboss/server/default/deploy/
Note: You have to restart jboss in order to deploy contelligent cleanly. Don't forget to configure the appropriate datasources to get a successful contelligent install.




