Hyperion Infrastructure Technology

Problema: lo strumento di configurazione non imposta Oracle HTTP Server (OHS) con alias Essbase.

Soluzione: aggiornare il file mod_wl_ohs.conf.

Utilizzando un editor di testo, aprire il file mod_wl_ohs.conf contenuto in questa cartella:

EPM_ORACLE_INSTANCE/httpConfig/ohs/config/fmwconfig/components/OHS/ohs_component e aggiungere i seguenti alias:
<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>