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
Sunday, November 22, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment