1.3.5.5.2 Deploying the Graph Visualization Application to Apache Tomcat

The following are the steps to deploy the Graph Visualization application to Apache Tomcat.
  1. Download the Oracle Graph Webapps zip file from Oracle Software Delivery Cloud. This file contains ready-to-deploy Java web application archives (.war files). The file name will be similar to this: oracle-graph-webapps-<version>.zip.
  2. Configure Tomcat specific settings, like the correct use of TLS/encryption.
  3. Ensure that port 8080 is not already in use.
  4. Start Tomcat:
    cd $CATALINA_HOME 
    ./bin/startup.sh 
    The Graph Visualization application is now listening on localhost:8080/ui

    Note:

    The name you give the war file ( graphviz-<version>-pgviz<graphviz-version>-tomcat.war) in the Tomcat webapps directory determines the context path of the graph server application. It is recommended naming the war file as ui.war.
  5. Navigate to the Graph Visualization Application using the URL, localhost:8080/ui in your browser.
    The Graph Visualization login page appears as shown in Figure 1-4.
  6. Enter your database credentials and configure the required PGQL driver.
  7. Click Submit.
    You are now signed into the Graph Visualization application.

    The title bar on the query visualization page displays the connection mode along with the relevant URL.