Configuring proxy server settings - spectrum_platform - 23 - 23.1

Spectrum Installation Guide for Linux

Product
Spectrum > Spectrum Platform
Version
23.1
Language
English
Portfolio
Integrate
Locate
Verify
Product family
Spectrum
Product name
Spectrum Technology Platform
Title
Spectrum Installation Guide for Linux
Topic type
Overview
Configuration
How Do I
Installation
First publish date
2007

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++: 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.
    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.proxyHost=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.