JBoss.org Community Documentation

8.3. Installing with JBoss Application Server 5

JBoss AS 5 ships with AOP 2.0.0.GA. To upgrade to a newer AOP version, we have provided am an script to upgrade the server. It can be found at jboss-50-install/build.xml. Modifly jboss-50-install to point to the root of your JBoss installation, and specify the application server configuration you want to upgrade. These are the steps taken by the ant script:

  1. Back up the existing ${jboss.home}/lib and ${jboss.home}/server/<config-name>/deployers/jboss-aop-jboss5.deployer folders.
  2. Overwrite the ${jboss.home}/server/<config-name>/deployers/jboss-aop-jboss5.deployer folder with the files from jboss-50-install/jboss-aop-jboss5.deployer.
  3. Overwrite the ${jboss.home}/lib folder with the files from jboss-50-install/lib.