Apacheプロキシ・プラグインを構成するには、次のようにします。
|
関連項目: 詳細は、Apache Webサイトを参照してください。 |
Apache Webサーバー・バージョン2.0以上をダウンロードします。
mod_wl_20.soファイルをBEA_HOME\server\plugin\win\32ディレクトリからAPACHE_HOME\modulesディレクトリにコピーします。
APACHE_HOME\confディレクトリのhttpd.confファイルを開き、このファイルの最後に次の行を追加します。
a> LoadModule weblogic_module modules\mod_wl_20.so
b> <IfModule mod_weblogic.c>
WebLogicCluster node1:node1_port,node2:node2_port
DebugConfigInfo ON
MatchExpression *.jsp
MatchExpression *.xyz
</IfModule>
c> <Location /xlWebApp>
SetHandler weblogic-handler
DebugConfigInfo ON
PathTrim /weblogic
</Location>
d> <Location /xlScheduler>
SetHandler weblogic-handler
DebugConfigInfo ON
PathTrim /weblogic
</Location>
e> <Location /Nexaweb>
SetHandler weblogic-handler
DebugConfigInfo ON
PathTrim /weblogic
</Location>
f> <Location /spmlws> SetHandler weblogic-handler DebugConfigInfo ON PathTrim /weblogic </Location>
g> <Location /HTTPClnt>
SetHandler weblogic-handler
</Location>
APACHE_HOME\binからApache.exeファイルを実行します。
次のURLにアクセスします。
http://apache_installed_hostname_OR_IP_address/xlWebApp
|
注意: 管理サーバーと管理対象サーバーが実行されていることを確認します。 |