サーバマシンの電源を切らないで,uCosminexus Message Service for ebXMLだけを再起動する場合の手順は,次のとおりです。
なお,ほかのプログラムでHitachi Web Serverを併用している場合は,Hitachi Web Serverを停止させる必要はありません。
- Hitachi Web Serverの停止
- Windowsの場合
Windowsのサービスから,"Hitachi Web Server"を停止してください。
- UNIXの場合
次のユティリティを実行して,Hitachi Web Serverを停止してください。
/opt/hitachi/httpsd/sbin/httpsdctl stop
Hitachi Web Serverを停止することで,送信側のMSHからのビジネスメッセージの受信を確実に遮断できるため,uCosminexus Message Service for ebXMLを停止するときはHitachi Web Serverを停止することを推奨します。
- J2EEサーバ,およびuCosminexus Message Service for ebXMLのアプリケーションの停止
次のコマンドを実行して,J2EEサーバ,およびuCosminexus Message Service for ebXMLのアプリケーションを停止してください。
- Windowsの場合
<uCosminexus Message Service for ebXMLのインストールディレクトリ>¥bin¥MSHAppStop
- UNIXの場合
/opt/ebxml/msh/bin/MSHAppStop
- タイマー監視の終了
次のコマンドを実行して,タイマー監視を終了してください。
- Windowsの場合
<uCosminexus Message Service for ebXMLのインストールディレクトリ>¥bin¥MSHTimerKill
- UNIXの場合
/opt/ebxml/msh/bin/MSHTimerKill
- J2EEサーバ,およびuCosminexus Message Service for ebXMLのアプリケーションの起動
次のコマンドを実行して,J2EEサーバ,およびuCosminexus Message Service for ebXMLのアプリケーションを起動してください。
- Windowsの場合
<uCosminexus Message Service for ebXMLのインストールディレクトリ>¥bin¥MSHAppStart
- UNIXの場合
/opt/ebxml/msh/bin/MSHAppStart
- タイマー監視の開始
次のコマンドを実行して,タイマー監視を開始してください。
- Windowsの場合
<uCosminexus Message Service for ebXMLのインストールディレクトリ>¥bin¥MSHTimerStart
- UNIXの場合
送信タイマーの起動
/opt/ebxml/msh/bin/MSHTimerStart -send
AP通知タイマープロセスの起動
/opt/ebxml/msh/bin/MSHTimerStart -notifyap
AP通知タイマープロセスは,送信タイマー起動後,約1分以内に起動してください。
- Hitachi Web Serverの起動
- Windowsの場合
Windowsのサービスから,"Hitachi Web Server"を開始してください。
- UNIXの場合
次のユティリティを実行して,Hitachi Web Serverを起動してください。
/opt/hitachi/httpsd/sbin/httpsdctl start