Revision as of 17:42, May 10, 2016 by Jumunn (talk | contribs) (Created page with "= Starting and testing Interaction Recording Web Services= ==Starting the Web Services nodes== Complete the following steps for each Web Services node, starting with the HTC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Starting and testing Interaction Recording Web Services

Starting the Web Services nodes

Complete the following steps for each Web Services node, starting with the syncNode.

Start

  1. To start the node, enter the following command as one complete command line entry, replacing items in square brackets [ ] with the appropriate values as described below:
    [java dir]/java -Xmx8G -Xms8G -XX:PermSize=512m -jar [home dir]/gws.jar
    • [java dir] — The home directory for Java. For example, /usr/bin/java.
    • [home dir] — The home directory you created for your Web Services web application. For example, /web-services.
    Important
    The memory allocation -Xmx8G, -Xms8G, -XX:MaxPermSize is mandatory for the Web Services node.

    For example, your command line might look like the following:

    /usr/bin/java -Xmx8G -Xms8G -XX:PermSize=512m -jar /web-services/gws.jar

End

Testing Web Services

Complete the steps below to verify each Web Services node is up and running.

Start

  1. Type the following URL into a web browser:
    http://ws_host:ws_port/api/v2/diagnostics/version
    • ws_host — The host name or IP address for the Web Services node.
    • ws_port — The port for the Web Services node.
    For example, the URL might be http://192.0.2.20:8080/api/v2/diagnostics/version

    If the request is successful, the version is printed in the browser:
    {"statusCode":0,"version":"8.5.200.96"}

End

Comments or questions about this documentation? Contact us for support!