Hyperion Infrastructure Technology

問題: 構成ツールでEssbase別名を使用してOracle HTTP Server (OHS)が設定されません。

回避策: mod_wl_ohs.confファイルを更新します。

テキスト・エディタを使用して、このフォルダの下にあるmod_wl_ohs.confファイルを開きます:

EPM_ORACLE_INSTANCE/httpConfig/ohs/config/fmwconfig/components/OHS/ohs_component、それから次の別名を追加します:
<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>