Integration Platform Technologies: Siebel Enterprise Application Integration > Web Services > About Web Services Security Support >

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.

Integration Platform Technologies: Siebel Enterprise Application Integration Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.