14.3.2 Running the Graph Visualization Web Client

You require a running graph server (PGX) to use the Graph Visualization web application.

In addition, ensure that you have provided the JDBC URL for your database in the jdbc_url parameter in the /etc/oracle/graph/pgx.conf file.

To launch the graph visualization application:

  1. Start the graph server on your installation.
  2. Connect to your browser for running the Graph Visualization application.
    • For rpm installation: https://localhost:7007/dash/
    • For Apache Tomcat Server: https://localhost:8080/dash
    • For Oracle WebLogic Server: https://<<fqdn-ip>>:<<port>>/dash

    Note:

    The Graph Visualization application which runs on https://<server_host>:7007/ui/ is deprecated. It is recommended that you use https://<server_host>:7007/dash/ to launch the new Graph Visualization application.

    The Graph Visualization Login screen opens as shown:

    Figure 14-1 Graph Visualization Login

    Description of Figure 14-1 follows
    Description of "Figure 14-1 Graph Visualization Login"
  3. Enter your Username and Password.
  4. Optionally, provide the PGX Session ID.
  5. Click Submit.
  6. Click , the Graph Visualization icon.

    The Graph Visualization page opens and the default Graph Server tab is displayed. See Using the Graph Visualization Application for more information on how to visualize graphs using this web application.