Configuring proxy server settings - spectrum_platform - 23.1

Spectrum Installation Guide for Linux

Product type
Software
Portfolio
Integrate
Locate
Verify
Product family
Spectrum
Product
Spectrum > Spectrum Platform
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Installation Guide for Linux
Copyright
2024
First publish date
2007
Last updated
2024-10-24
Published on
2024-10-24T13:40:32.239551

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

  1. Open the following file in a code editor, such as Notepad++: SpectrumDirectory/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.
    For example, if the last parameter in this section is wrapper.java.additional.21, the next available parameter is wrapper.java.additional.22.
  3. Add the following parameters after the last parameter in the # Java Additional Parameters section:
    wrapper.java.additional.22=-Dhttp.proxyHost=HTTP proxy host IP address
    wrapper.java.additional.23=-Dhttp.proxyPort=HTTP proxy port
    wrapper.java.additional.24=-Dhttps.proxyHost=HTTPS proxy host IP address
    wrapper.java.additional.25=-Dhttps.proxyPort=HTTPS proxy port
    Important: Make sure to change index value sequence (22 through 25 shown in this example) to follow the last parameter already in wrapper.conf.
  4. Save the changes to the wrapper.conf file.