Versions Compared

Key

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

...

After extracting the zip file, a loan-bmp directory will be created. From now on, this directory will be referred as <bmp_home>. In that directory open the project.properties file. Edit the maven.jboss.home property to match your environment. It is important that you use "//" on the windows platform as is done below.

maven.jboss.home=<jboss_home>Z://JBoss-4.0.2

From a command prompt or shell go to the <bmp_home> directory and run the following command:

...

Back to Top

Deploy the sample application

To deploy the Loan BMP application in JBoss, copy the entity-ejb-SNAPSHOT.jar file you just built with Maven to the following directory:

<jboss_home>\server\<your_server_name>\deploy

If JBoss is already started, it will automatically deploy and start the application; otherwise, the application will be deployed and started at the next startup.

Back to Top

The Geronimo environment
Anchor
Geronimo
Geronimo

...