Clarify Configuration

Setting up Clarify to communicate through VLProxy uses a ProxyConfig property file, which can be found in your Clarify server workspace. The following steps describe how to configure this file.

  1. Shut down the Clarify server. Always follow the steps per server type (single or cluster).
  2. From the Clarify server workspace, go to ws/resources/config/server/misc and open the ProxyConfig.properties file (shown here).

  3. Enter the address(es) for the VLProxy installation in ProxyAddresses.
    • This is a semicolon delimited list of all proxy addresses.
    • Each ProxyAddress contains a host and a port.
    • For example: 172.0.0.1:8080;172.0.0.2:8080;172.0.0.3:8080
  4. Set values to true based on the proxy type being used. (See Proxy Types for more information)
  5. Save and close the file.
  6. Re-start the Clarify server. See the referenced topics in Step 1 for correct method.