Add below lines in httpd.conf file to enable debug.
Debug ON
WLLogFile /tmp/weblogic.log
DebugConfigInfo ON
Debug ALL
Example:
<Location /myapplication>
setHandler weblogic-handler
WebLogicCluster hostname:portid
Debug ON
WLLogFile /tmp/weblogic.log
DebugConfigInfo ON
Debug ALL
</Location>
No comments:
Post a Comment