Versions Compared

Key

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

...

  1. After cloning, switch to the Java EE perspective. There will be no projects visible.
  2. Import the two maven projects into your system.
    1. erl-ihe-utilities: 2 maven projects, select both
    2. erl-ihe-atnaquery: 1 maven project
    3. restfulATNA-web: 1 maven project
  3. Right click on one of the projects in the Project explorer and select Maven => Update Project... from the context menu. On the Update Maven Project dialog, click “Select All” and then “OK”.
  4. Build the two four project with maven in the order and with the goals shown .
    1. erl-ihe-atnaquery
      1. clean package install
    2. erl-ihe-resfulatna-webapp
      1. clean package install
    in the table below.
  5. The war file should be found in .../git/restfulatna-web/target/RESTful-ATNA.war
  6. Drop the war file in the webapps folder of Tomcat. You should be able to open a web browser to:
    1. http://localhost:8080/RESTful-ATNA

 

Project
Maven Goals
erl-ihe-utilitiesclean package install
erl-ihe-web-utilitiesclean package install
erl-ihe-atnaqueryclean package install
erl-ihe-restfulatna-webappclean package install

 

Appendix Material

Cloning Repositories

...