Sunday, November 22, 2009

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

No comments: