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.
-
Open the following file in a code editor, such as Notepad++:
SpectrumFolder\server\bin\wrapper\wrapper.confTip: 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.Tip: If the last parameter in this section iswrapper.java.additional.27
, the next available parameter isparameter is wrapper.java.additional.28
. -
Add the following parameters after the last parameter in the
# Java Additional Parameters
section:wrapper.java.additional.28=-Dhttp.proxyHost=HTTP proxy host IP address wrapper.java.additional.29=-Dhttp.proxyPort=HTTP proxy port wrapper.java.additional.30=-Dhttps.proxyHost=HTTPS proxy host IP address wrapper.java.additional.31=-Dhttps.proxyHost=HTTPS proxy port
Important: Make sure to change index value sequence (28 through 31 shown in this example) to follow the last parameter already in wrapper.conf. - Save the changes to the wrapper.conf file.