Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Next »

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 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.

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.

 

 

 

  • No labels