Proxy Configuration for Java Web Container
If your enterprise network is connected to the Internet through a proxy Internet server then configure the Java Web Container to route its traffic through the enterprise proxy server. To do so, apply the following proxy configuration:
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>
HTTPS Proxy Configuration
In the
<installation_root>\ses\siebsrvr\javacontainer\javacontainer1\bin\setenv.bat
file, add after line:
set CATALINA_OPTS=-Dhttps.proxyHost=<proxy_server_name> -Dhttps.proxyPort=<port_num>
To configure MainWin and import certificates in to it, see the chapter on communications and data encryption in the Siebel Security Guide.