Add Proxy Settings to Tomcat Service of Siebel SES Container

For Window Service, use following process to add proxy server details to Siebel tomcat service .

  1. Locate the name of Siebel servers tomcat service name from Windows services. For example, SiebelApplicationContainer_Siebel_Home_c_Siebel_Internal.

  2. Locate the bin directory of Siebel servers’ tomcat installation. For example, C:\Siebel\applicationcontainer_internal\bin.

  3. From tomcats bin directory , execute the following command: tomcat9w.exe //ES// <Tomcat Service Name>.

    For example, C:\Siebel\applicationcontainer_internal\bin> tomcat9w.exe //ES//SiebelApplicationContainer_Siebel_Home_c_Siebel_Internal.

    This will bring up Apache graphical user interface (GUI).

  4. Select Java tab.

  5. Add following to the Java option text box:
    
    -Dhttp.proxyHost=Proxy Server Name
    -Dhttp.proxyPort=Proxy Port Number
    -Dhttps.proxyHost=Secure Proxy server
    -Dhttps.proxyPort=Secure Proxy Port Number