プライマリ・コンテンツに移動
Oracle® Fusion Middleware Oracle Reports ServicesレポートWeb公開ガイド
12c (12.2.1.2)
E82763-01
  ドキュメント・ライブラリへ移動
ライブラリ
製品リストへ移動
製品
目次へ移動
目次
索引へ移動
索引

前
 
次
 

18.3 Reports OHS統合

次の例では次の条件が使用されています。

いったんOHSが作成されたら、次に示した内容で次のようなファイルを作成します。

クラスタにあるWLS_REPORTS

#mod_weblogic related entry
#<IfModule mod_weblogic.c>
  <Location /reports>
      SetHandler weblogic-handler
      WebLogicCluster    host1.example.com:9001,host2.example.com:9002
  </Location>
#</IfModule>

クラスタにないWLS_REPORTS

#mod_weblogic related entry
#<IfModule mod_weblogic.c>
  <Location /reports>
      SetHandler weblogic-handler
      WebLogicHost host1.example.com
      WebLogicPort 9001
  </Location>
#</IfModule>