Log in to RS Gateway Administrative UI

The RS Gateway administrative UI provides documentation for all MATRIXX web app classes and methods, XML messages, JSON templates, and filter definitions.

Procedure

  1. Log in to the RS Gateway host server.
    For example, to login with a username and password:
    http://ipaddress:port/rsgateway/login.html
    Or, if anonymous login is enabled:
    http://ipaddress:port/rsgateway/index.html
    Where:
    • ipaddress is the IP address of the RS Gateway host server. To retrieve the IP address, enter the following command at the system prompt on the host server:

      /sbin/ifconfig

    • By default, the port is 8080.
      Note: You can change the port by configuring the following system property:
      -Dserver.port=port
      For example:
      -Dserver.port=8888
    Note: Return to this page at anytime and click logout to logout of the RS Gateway.
  2. If anonymous login is disabled, enter a username and password and click Login.
    If anonymous user is enabled, anonymousUser displays next to Login. After logging in, your username displays next to Login.
  3. After logging in, click here to open the administrative UI.

    You can view the RS Gateway documentation here.

  4. In the administrative UI, click one of the following:
    • Documentation — View documentation for all classes and methods.
    • XML Messages — View all XML messages and their descriptions.
    • JSON/XML Templates — View all JSON and XML templates and their contents.
    • Filters — View all known filters.
    • REST Call Swagger — View the OpenAPI version of the RS Gateway. Includes a list of all REST calls with their URL parameters and REST parameters.
    • Web App Status — View system properties, application properties, and JVM arguments.
      Note: You must have the role RSG_DEBUG to access Web App Status.