Change log:
Date: | Author: | Version: | Changes: | Completed | Ext. | Int. | Is in Core | Jira Ref. |
---|---|---|---|---|---|---|---|---|
0.1 | Doc. created | Yes/No | x |
| N/A |
|
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:
- Check out https://svn.cdrator.com/svn/dev/ui/rator-selfcare-rest-api/trunk
- Create a package: mvn clean package
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"
This will display the list of available services.