Anduril Consulting Management System

Installing Anduril on JBoss 4.0

To make Anduril work under JBoss 4.0, I had to modify three files in the original distribution. Below is a link to the modified versions of the files along with an explanation as to what changed.

File Changes and Additions
Modifications to build.xml Building the Java files for the web application require that the JBoss server library files be included in the class path.
Modifications to jboss.xml The DTD for the jboss.xml file changed from 3.0.8 to 4.0. Modified the files to reflect that change. Painful XML configuration file problems like this are why I am re-writing to use XDoclet.
Use postgres-anduril-service4-ds.xml instead of postgres-anduril-service.xml This is the Datasource file that is compliant with the JBoss 4.0 standards for deploying datasources.