Tag archive for ‘jboss archiva’
Deploying Archiva to JBoss 4.2
After jumping through a few hoops I managed to get Archvia 1.1.3 successfully deployed to JBoss 4.2.3. Set the appserver.base and appserver.home properties by adding the following lines to $JBOSS_HOME/bin/run.sh and restart JBoss. JAVA_OPTS=”-Dappserver.home=$JBOSS_HOME -Dappserver.base=$JBOSS_HOME $JAVA_OPTS” Now create data source deployment descriptors for the archiva and users databases and copy them to $JBOSS_HOME/server/default/deploy. I am [...]