Hyperion Infrastructure Technology

Issue:

  • Config Tool does not set up Oracle HTTP Server (OHS) with Essbase aliases.

  • EAS unaccessible on Oracle HTTP Server (OHS) port.

Workaround: Update the mod_wl_ohs.conf file.

Using a text editor, open mod_wl_ohs.conf file located under this folder:

EPM_ORACLE_INSTANCE/httpConfig/ohs/config/fmwconfig/components/OHS/ohs_component and add the following aliases:
<LocationMatch ^/essbase>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9010,essbaseServer2:9010
</LocationMatch>
<LocationMatch ^/aps>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9010,essbaseServer2:9010
</LocationMatch>
<LocationMatch ^/eas>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9110
</LocationMatch>
<LocationMatch ^/easconsole>
   SetHandler weblogic-handler
   WeblogicCluster essbaseServer1:9110
</LocationMatch>