Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Following are the steps involved in deploying OFBiz 9.04 on JBoss AS 5.1.0

  1. Download latest ofbiz 9.04 release
  2. Unzip it under desired directory.
  3. Download Jboss 5.1.0.GA
  4. Unzip in desired directory
  5. Go to OFBiz directory. Now compile and build ofbiz with derby database using the following ant command: ant run-install. The command finishes by showing build successful message.
  6. Generate give the following ant command to generate the script for deploying Ofbiz in jboss: java -jar ofbiz.jar -setup jboss422

...