構成 XML ファイルを実行すると、設定が適用されます。コマンド行から構成設定を
適用するには、execute コマンドを使用します。
Web アプリケーション・デプロイメント・プロファイル用の構成 XML ファイルを実行する必要があります。
構成 XML ファイルを実行するには、以下のようにします。
- アプリケーション・サーバーを始動または停止します。
オプション |
説明 |
WebSphere® Application
Server |
まだアプリケーション・サーバーが稼働していない場合は始動します。 |
JBoss Application Server |
アプリケーション・サーバーを停止します。 |
Oracle WebLogic Server |
まだアプリケーション・サーバーが稼働していない場合は始動します。 |
- 現行ディレクトリーを ier_install_path¥configure に変更します。ここで、ier_install_path は IBM® Enterprise Records ソフトウェアのインストール先です。
- 以下のコマンドを入力して、ier_install_path¥configure¥profiles¥WSWebApplicationDeploymentProfile ディレクトリーにある Web アプリケーション・デプロイメント・プロファイルのすべてのタスクを実行します。 例えば、Windows の場合は次のようになります。
configmgr_cl.exe execute -profile "ier_install_path
¥configure¥profiles¥WSWebApplicationDeploymentProfile"
UNIX の場合:
./configmgr_cl execute -profile "ier_install_path
/configure/profiles/WSWebApplicationDeploymentProfile"
WSWebApplicationDeploymentProfile は、WebSphere Application
Server プロファイルに対応します。execute コマンドの実行の詳細については、このトピックの末尾にあるリンクを参照してください。要確認: スペースを含むディレクトリー名がパスに含まれている場合は、パス全体を引用符で囲んでください。