Configuring mod_wl_ohs for Oracle Weblogic Server Clusters

In order to enable the Oracle HTTP Server instances to route to applications deployed on the Oracle Weblogic Server Clusters, add the below directive to the mod_wl_ohs.sh file in directory ‘<Weblogic Home> /Oracle_WT1/instances/instance1/config/OHS/ohs1’.
<Location /console> 
              SetHandler weblogic-handler
              WebLogicHost idmhost1.mycompany.com
              WeblogicPort 7001
        </Location>