Uninstalling Broker

This page describes how to uninstall the Broker application, the Tomcat application server, and the PostgreSQL database.

Uninstalling the WAR Deployment

To uninstall the broker application:

  1. Stop Tomcat.
  2. Remove the WAR file: $CATALINA_BASE/webapps/oslc-connect-jira.war
  3. Remove the expanded WAR directory: $CATALINA_BASE/webapps/oslc-connect-jira/
  4. Remove the Tomcat work cache: $CATALINA_BASE/work/Catalina/localhost/oslc-connect-jira/
  5. Remove the context configuration file: $CATALINA_BASE/conf/Catalina/localhost/oslc-connect-jira.xml
  6. Remove logging configuration file if located in Tomcat folder (e.g., $CATALINA_BASE/conf/logback.xml)

Uninstalling Tomcat

To uninstall Tomcat, stop the server and delete the installation directory. Refer to the official Tomcat documentation for details.

Uninstalling PostgreSQL

To uninstall PostgreSQL, refer to the official PostgreSQL documentation for details.

Before uninstalling, it is recommended to keep any existing database backups for a period of time in case data recovery is needed.