WAS で Remote OSE 構成を使用する方法(for Solaris) (または WAS で INET ソケットを使用する方法) ---------------------------------------------------------------------- ■作業対象  Netra-T1(memory : 1 GB)  Solaris7 ---------------------------------------------------------------------- ■WAS version  WebSphere Application Server Advanced Edition V3.5.5  for Solaris ---------------------------------------------------------------------- ●設定情報のバックアップ kenta[irecs]%cd /opt/WebSphere/AppServer/ kenta[irecs]%cp -r temp temp_bkup kenta[irecs]%cp -r properties properties_bkup ---------------------------------------------------------------------- ●仮想ホストエイリアスの更新 ※あらかじめ WAS プロセスが起動している事。 ※ root で kenta[irecs]%cd /opt/WebSphere/AppServer/bin/ kenta[irecs]%./OSERemoteConfig.sh -adminNodeName irecs -nameServiceNodeName irecs ※ irecs は remoto server に置き換える事も可。今回は自分自身。  〜〜〜 一回目のみのチェックで OK 〜〜〜  kenta[irecs]%more /opt/WebSphere/AppServer/temp/queues.properties  ※ose.srvgrp.ibmoselink1.clone1.type=remote :local ではなくて remote である事を確認。  kenta[irecs]%more /opt/WebSphere/AppServer/properties/bootstrap.properties  ※ose.srvgrp.ibmappserve.clone1.type=remote :local ではなくて remote である事を確認。  管理コンソール  サーブレットエンジン>拡張>設定>トランスポートタイプ  [INET ソケット] を選択。  〜〜〜 一回目のみのチェックで OK 〜〜〜 kenta[irecs]%more /opt/WebSphere/AppServer/temp/vhosts.properties ※サーバー名(あるいはエイリアス)= 仮想ホスト名 がある事を確認。  例:irecs.alma.jp=irecs_host apache を再起動 kenta[irecs]%/opt/IBMHTTPD/bin/apachectl stop /opt/IBMHTTPD/bin/apachectl stop: httpd stopped kenta[irecs]%/opt/IBMHTTPD/bin/apachectl start /opt/IBMHTTPD/bin/apachectl start: httpd started WAS のアプリケーションサーバーを再起動