Author: ekoneil Date: Thu Oct 21 17:35:30 2004 New Revision: 55290 Added: incubator/beehive/trunk/samples/petstoreWeb/README Log: Simple petstore README.
Just describes some of the build steps. Still needs more details... Added: incubator/beehive/trunk/samples/petstoreWeb/README ============================================================================== --- (empty file) +++ incubator/beehive/trunk/samples/petstoreWeb/README Thu Oct 21 17:35:30 2004 @@ -0,0 +1,30 @@ +Welcome to the Beehive Petstore +=============================== + +Building +======== + +As the Petstore webapp is checked into SVN, it is setup to build +in a Beehive developer environment. The build file is here: + + $BEEHIVE_HOME/samples/petstoreWeb/WEB-INF/src/petstore-build.xml + +This build file references core webapp and Tomcat support Ant files +that live in: + + $BEEHIVE_HOME/test/ant/... + +To build the application, run: + + ant -f petstore-build.xml build + +To deploy the application, start Tomcat and run: + + ant -f petstore-build.xml deploy + +To hit the running application, use the URL: + + http://localhost:8080/petstoreWeb/Controller.jpf + +Your mileage here will vary depending on your Tomcat setup. +
