Showing posts with label http. Show all posts
Showing posts with label http. Show all posts

Sunday, November 22, 2009

Add proxy information to Server

Add the followings in the weblogic startup script to add the proxy configuration:

-Dhttp.proxyHost=[http-proxy-host-url]

-Dhttps.proxyHost=[https-proxy-host-url]

-Dhttp.proxyPort=[proxy-port]

-Dhttps.proxyPort=[ssl-port]

HttpConnectionURL Vs SoapHttpConnectionURL

How to make weblogic server to use HttpConnectionURL and not the SoapHttpConnectionURL (by default weblogic uses its own handler and thus creates the SoapHttpConnectionURL and not the HttpConnectionURL)?

Add the following in the startup script:

set JAVA_OPTIONS=%JAVA_OPTIONS% -DUseSunHttpHandler=true