Apache2.0とWAS6.1の連携

2008-06-11 22:51:12 | WebSphere
Apache2.0.x(IHSではない。)とWAS6.1の連携手順
1. Apache2.0.xのインストール

2. WEBサーバ側(Apache)で、IHSのインストールディスクのpluginフォルダの install.exeを実行
肝は以下の点のみ、後はIHSと変わらない。

上記画面で、Apache Web Server V2にチェックを入れる。

3.WebサーバからAPサーバへ、<plugins_root>ディレクトリのconfigure<Web_server_name>.batを、<app_server_root>/binにコピー

4.3でAPサーバにコピーしたbatファイルの実行
ex) configurewebserver2.bat -profileName AppSrv01

5. WASの管理コンソールより、「システム管理→変更をマスター・リポジトリに保管→保管」を行う。


6. 管理コンソールの「プラグインの生成」を行う。


7. 6で作成されたplugin-cfg.xmlをWEBサーバにコピーする。
APサーバ:<profile_root>/config/cells/<cell_name>/nodes/<node_name>/servers/<Web_server_name>

WEBサーバ:<plugin_root>/config/<Web_server_name>

8. WEBサーバとAPサーバを起動する。




コメントを投稿