| Geronimo_MoinMoin_wiki > AdventureBuilder |
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.
The deployment steps are as follows:
$ 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
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 ...