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.
-
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.
-
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
.
-
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.
-
Save the changes to the wrapper.conf file.