You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

= Objective =
This sample application demonstrates how can we use Struts 2, make it work with Spring and Struts 2 Ajax tags - and deploy on Geronimo.

= Setup =

== Build ==

  1. Download the zipped project
  2. Unzip to local drive & go in person directory
  3. Create a war file in target directory
    mvn install

== Deploy ==

  1. start Geronimo server
  2. goto console - http://localhost:8080/console
    1. click Applications > Deploy New
    2. select Archive and click install
  3. Application is available at - http://localhost:8080/person/
  • No labels