...

  1. Download the REST web app: http://cdrsrvbuild2:8080/jenkins/job/rator-selfcare-rest-API-TRUNK/ws/target/rator-selfcare-rest-api-0.0.1-SNAPSHOT.war
  2. Copy the war file to the Tomcat webapps directory and (re-)start the Tomcat application.
  3. Download the Swagger UI documentation web servce: TODO
  4. Copy the .dist folder to the Tomcat webapps directory and (re-)start the Tomcat application. Nb This can be a different Tomcat installation than in step 2, or the same. TODO: Verify this

 

The REST application can easily be retrieved from Jenkins:

http://cdrsrvbuild2:8080/jenkins/job/rator-selfcare-rest-API-TRUNK/ws/target/

The REST application can also be build:

  1. Check out https://svn.cdrator.com/svn/dev/ui/rator-selfcare-rest-api/trunk
  2. Create a package: mvn clean package

This will create a rator-selfcare-rest-api-<version>.war file in the target folder.

Resources

Source code is available both in our SVN repository, in Jenkins and in Nexus (where our Jenkins build deploys to).

...