18.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/graphstudio/
    • For Apache Tomcat Server: https://localhost:8080/graphstudio
    • For Oracle WebLogic Server: https://localhost:7001/graphstudio

    Note:

    • The Graph Visualization application which runs on https://<server_host>:7007/dash/ is deprecated. Instead, use the Graph Explorer interface in Graph Studio by opening the URL https://<server_host>:7007/graphstudio in your browser. See Accessing Graph Studio for more information.
    • If you access the old URL https://<server_host>:7007/dash/, you will be automatically redirected to the new URL https://<server_host>:7007/graphstudio/.

    If localhost in the preceding application URLs does not resolve correctly in your system, then this can lead to errors when you attempt to run the Graph Visualization application. To avoid this issue, it is recommended that you add entries for your localhost in the /etc/hosts file in your system. For example:

    127.0.0.1   localhost
    ::1         localhost

    Oracle Graph Studio screen opens as shown:

    Figure 18-1 Oracle Graph Studio Login

    Description of Figure 18-1 follows
    Description of "Figure 18-1 Oracle Graph Studio Login"
  3. Enter your Username and Password.
  4. Optionally, provide Session ID under Advanced Options.
  5. Click Sign In.

    The Graph Studio application opens and displays the Graph Explorer page by default.

  6. Click the hamburger icon in the top left of the page to open the navigation menu.

    The Graph Studio application menu is displayed, showing Graph Tools and Administrator Dashboard.

  7. Click Graph Visualization Application under Graph Tools

    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.

    .