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 .
-
Locate the name of Siebel servers tomcat service name from Windows services. For example, SiebelApplicationContainer_Siebel_Home_c_Siebel_Internal.
-
Locate the bin directory of Siebel servers’ tomcat installation. For example, C:\Siebel\applicationcontainer_internal\bin.
-
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).
-
Select Java tab.
-
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