Versions Compared

Key

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

...

This is a brief (and not necessarily complete) guide to install the REST in a Tomcat.

Install Tomcat 7

A Tomcat must be installed on your environment. Please ensure to get Tomcat 7 our core functionality do not support future versions.

Create REST application

The REST application can easily be build:

...

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

Install REST application

Copy the war file to the Tomcat webapps directory and (re-)start the Tomcat application.

Verify installation

In your browser, enter URL "http://cdrtestqf1:8080/swagger-ui/?url=http://<your server and port>/api/swagger.json"

...