If there is any issue between Apache and Weblogic and the cause is not obvious, enable debug at Apache layer. In http.conf file add:
Debug ALL
This would create file called wlproxy.log under /tmp of Apache machine. The log would contain all the request/response headers between Apache and WebLogic.
Most of the plug-in issues in WLS8.1 were centered around the attribute “KeepAliveEnabled”.
For most of the socket related errors, it worth trying turning off
“KeepAliveEnabled” and redo the test.
No comments:
Post a Comment