This guide describes how to deploy the OSLC Connect for Jira Cloud Broker as a WAR file on an Apache Tomcat server.
The delivery package contains:
webapps/oslc-connect-jira.war - The web application archive to deployconfiguration/oslc-connect-jira.xml - Tomcat context configuration templateconfiguration/logback.xml - Logging configuration fileconfiguration/setenv.sh - Environment configuration script for Linux/macOSconfiguration/setenv.bat - Environment configuration script for Windowsreadme.html - Quick start instructionsThe Broker requires a PostgreSQL database. See Database Setup for installation and configuration instructions.
Tomcat must be configured before deploying the WAR. See Tomcat Configuration for logging, context, environment and HTTPS setup.
Remove application cache if any by removing following directory: $CATALINA_BASE/work/Catalina/localhost/oslc-connect-jira
Then copy the WAR file in: $CATALINA_BASE/webapps/
Start Tomcat with: $CATALINA_BASE/bin/startup script
Tomcat startup shall be added as a service for starting and stopping (see Windows Service or Linux Services)
Once Tomcat has started, access the help content at: https://your-server:your-port/oslc-connect-jira/help/ to check the application is started.
As a Jira Administrator, access the application at: https://your-server:your-port/oslc-connect-jira/
Check the logs for any errors: ~/oslc-connect-jira-cloud/logs/broker.log