Search This Blog

Loading...

Tuesday, October 11, 2011

HTTP Proxy Server Settings for the SOA/Weblogic Server

 

Set the following env variables before staring the SOA Server ,

On Unix

export JAVA_OPTIONS="-Dhttp.proxySet=true -Dhttp.proxyHost=www-proxy.us.oracle.com  -Dhttp.proxyPort=80  -Dhttp.nonProxyHosts=localhost.localdomain|127.0.0.1|localhost|*.idc.oracle.com"  

On Windows

On Unix

set JAVA_OPTIONS="-Dhttp.proxySet=true -Dhttp.proxyHost=www-proxy.us.oracle.com  -Dhttp.proxyPort=80  -Dhttp.nonProxyHosts=localhost.localdomain|127.0.0.1|localhost|*.idc.oracle.com"  

 

After this start the WebLogic Server.

0 comments: