How to configure proxy server settings

If your environment uses proxy servers to provide a layer of security between clients and the Spectrum Platform Server, you will need to configure wrapper.conf properties to support the proxy server requests.

  1. Open the following file in a code editor, such as Notepad++:
    SpectrumFolder\server\bin\wrapper\wrapper.conf
    Tip: You may want to back up this file before you edit it.
  2. Scroll to the last parameter in the # Java Additional Parameters section, and note the next available parameter index.
    Tip: If the last parameter in this section is wrapper.java.additional.19, the next available parameter is wrapper.java.additional.20.
  3. Add the following parameters after the last parameter in the # Java Additional Parameters section:
    wrapper.java.additional.20=-Dhttp.proxyHost=HTTP proxy host IP address
    wrapper.java.additional.21=-Dhttp.proxyPort=HTTP proxy port
    wrapper.java.additional.22=-Dhttps.proxyHost=HTTPS proxy host IP address
    wrapper.java.additional.23=-Dhttps.proxyHost=HTTPS proxy port
    Important: Make sure to change index value sequence (20 through 23 shown in this example) to follow the last parameter already in wrapper.conf.
  4. Save the changes to the wrapper.conf file.