Geronimo_MoinMoin_wiki > AdventureBuilder
Added by Confluence Administrator, last edited by Confluence Administrator on Aug 02, 2006

Deployment

The page is about Java Adventure Builder Reference 1.0.3 application deployment onto Apache Geronimo. The home page of the application is http://adventurebuilder.dev.java.net.

NOTE: The previous version of the application - 1.0.1 - is part of J2EE 1.4 SDK Samples 2005Q2 UR2 in the samples\blueprints\adventure1.0.1 directory. It is quite possible yet highly discouraged to attempt to deploy that older version, instead.

The home directory of the Geronimo-specific configuration files of Java Adventure Builder Reference application in Geronimo source tree is sandbox/adventurebuilder.

Prerequisites

Deployment

The deployment steps are as follows:

  1. Check out the configuration (aka plans)
  • $ svn checkout http://svn.apache.org/repos/asf/geronimo/sandbox/adventurebuilder geronimo/sandbox/adventurebuilder
    
$ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk/etc geronimo/etc
  1. Go to geronimo/sandbox/adventurebuilder directory
  2. Install Adventure Builder to adventure1.0.3 directory
  3. Distribute and start Adventure Builder executing maven

Upon the last step, the Adventure Builder application can be stopped and started with maven -o ab:stop and maven -o ab:start, respectively.

To access the Adventure Builder application, point your browser to http://localhost:8080/ab/.

Project commands reference

...
[ab]                                ( NO DEFAULT GOAL )
  deploy  ......................... Deploys Adventure Builder
  start  .......................... Start Adventure Builder
  stop  ........................... Stop Adventure Builder
...