WebSphere Application Server インストールのインストールおよび構成の後、
製品が要求どおり実行できることを検証します。
このタスクについて
検証スクリプトの起動またはブラウザー・ベースのアプリケーション例の起動により、
WebSphere Application Server インストールを検証することができます。
プロシージャー
- インストール検証スクリプトを実行します。
WebSphere Application Server のインストールを検証する 1 つの方法は、Qshell から ivt スクリプトを呼び出すことです。
- 制御言語 (CL) コマンド行で、Start Qshell
(STRQSH) コマンドを実行します。
- Qshell プロンプトから、ivt コマンドを実行して内部 HTTP インスタンスを検証します。
app_server_root/bin/ivt server1 default
スクリプトが正常に実行されたら、以下のメッセージが表示されます。この例は、WebSphere Application Server 用です。
Server name is:server1
Profile name is:default
Profile home is:profile_root
Profile type is:default
Cell name is:MYISERIESCell
Node name is:MYISERIES
Current encoding is:ISO8859_1
Server port number is:9080
IVTL0015I: WebSphere Application Server MYISERIES is running on port 9080 for profile default
IVTL0010I: Connecting to the WebSphere Application Server MYISERIES on port: 9080
IVTL0015I: WebSphere Application Server MYISERIES is running on port 9080 for profile default
IVTL0015I: WebSphere Application Server MYISERIES is running on port 9080 for profile default
Testing server using the following URL:http://MYISERIES:9080/ivt/ivtserver?par m2=ivtservlet
IVTL0050I: Servlet Engine Verification Status - Passed
Testing server using the following URL:http://MYISERIES:9080/ivt/ivtserver?par m2=ivtAddition.jsp
IVTL0055I: JSP Verification Status - Passed
Testing server using the following URL:http://MYISERIES:9080/ivt/ivtserver?par m2=ivtejb
IVTL0060I: EJB Verification Status - Passed
IVTL0035I: Scanning the file
profile_root/logs/server1/SystemOut.log for errors and warnings
IVTL0040I: 0 errors/warnings were detected in the file
profile_root/logs/server1/SystemOut.log
IVTL0080I: Installation Verification is complete
- サンプル・アプリケーションを実行します。
ブラウザー・ベースのアプリケーション例を呼び出して、
インストールを検証するには、以下の手順を実行します。
- WebSphere Application Server がまだ実行されていない場合、WebSphere Application Server の始動
を参照してください。
- 内部 HTTP トランスポートを検証します。
以下の Web アドレスをブラウザーで開きます。この URL では、大文字小文字が区別されます。また、大文字化を一貫させる必要があります。
http://your_server_name:9080/hitcount
your_server_name 変数は、iSeries サーバーの名前です。ポート 9080 がデフォルトの内部 HTTP ポートです。
表示されるパネル
のタイトルは太字の「Hit Count Demonstration」です。同様のものが表示される場合、WebSphere Application Server は正常に設定され、内部 HTTP サーバーを使用して実行できます。
- 外部 HTTP サーバーを検証します。
以下の Web アドレスをブラウザーで開きます。この URL では、大文字小文字が区別されます。また、大文字化を一貫させる必要があります。
http://your_server_name:80/HitCount.jsp
your_server_name 変数は、iSeries サーバーの名前です。ポート 80 は、アプリケーション・サーバー外部 HTTP サーバー用のデフォルトのポートです。HTTP サーバー・インスタンスで異なるポートが使用されている場合、適切なポート番号を指定してください。
表示されるパネル
のタイトルは太字の「Hit Count Demonstration」です。同様のものが表示される場合、WebSphere Application Server は正常に設定され、構成済み Web サーバーを使用して実行できます。
また、WebSphere Application Server に同梱されている Web アプリケーションのサンプルを実行することもできます。アプリケーションのサンプルの実行について詳しくは、サンプル・ギャラリーのインストールおよびアクセス
を参照してください。
- installver コマンドを実行します。 インストール済みファイルのチェックサムの検査
を参照してください。
結果
検証により WebSphere Application Server が要求どおり実行されることが示される場合、追加の手順を実行する必要はありません。