How To Set ProxyOverride in setenv.sh file
(Doc ID 2621452.1)
Last updated on APRIL 01, 2024
Applies to:
Siebel CRM - Version 16.19 [IP2016] and laterInformation in this document applies to any platform.
Goal
As per Doc ID 1383419.1, in IP16 we can set the proxy configuration through setenv.sh file
HTTP proxy configuration:
In the <installation_root>\ses\siebsrvr\javacontainer\javacontainer1\bin\setenv.bat file, add after line:
set CATALINA_OPTS=-Dhttp.proxyHost=<proxy_server_name> -Dhttp.proxyPort=<port_num>
Earlier to IP16, we have another parameter in proxySettings.reg file which is used to override proxy i.e ProxyOverride
"ProxyEnable"=dword:00000001
"proxyhttp1.1"=dword:00000000
"ProxyOverride"="<local>"
"ProxyServer"=http://<proxy>:<port>
The URLs mentioned in ProxyOverride will not go through proxy server. In the same manner do we have any setting at setenv.sh level to override proxy in IP16/17?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |