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
注意: 管理サーバーと管理対象サーバーが実行されていることを確認します。 |