Configuring a Proxy
If you use a proxy to access the Internet, add the Java system properties below to the custom_wrapper.conf file.
Configuring an HTTP Proxy
wrapper.java.additional.sequence_number=
-Dhttp.proxyHost=httpprox. 3rd_level_domain.2nd_level_domain
wrapper.java.additional.sequence_number=
-Dhttp.proxyPort=proxy_port_number
wrapper.java.additional.sequence_number=
-Dhttp.nonProxyHosts="*.3rd_level_domain.2nd_level_domain
|*.domain_1.extension
|*.domain_2.extension"
The -Dhttp.nonProxyHosts setting should specify at least the name of the host on which the Software AG Runtime is running.
You may need to set the proxy settings in these cases:
To access or import WSDL files from the internet.
In the
Software AG Runtime where
CentraSite Control is running.
If you embed the importer in an application, these settings also apply.
Configuring an HTTPS (SSL) Proxy
wrapper.java.additional.sequence_number=-Dhttps.proxyHost=SSL_proxy
wrapper.java.additional.sequence_number=-Dhttps.proxyPort=port