WebSphere
Application Server へ ClearQuest 用のレポート サーバーをデプロイするには、以下のようにします。
- サーバーを始動します。
- レポート プロファイルの bin ディレクトリにナビゲートします。この場合、
ディレクトリは %RATIONAL_COMMON%/CM/profiles/reportalprofile です。
- ファイル Deploy_RCQR _eWAS.py を見つけます。デフォルトでは、
%RATIONAL_COMMON% /CM/Scripts に入っています。
- 次のコマンドを実行します。
wsadmin.bat
-lang jython -f ../../../Scripts//Deploy_RCQR_eWAS.py
- 以下のコマンドを使用して、wasservice をユーザー名とパスワードで更新します。
ここで、<user> および <password> は、Deploy_RCQR_eWAS.py に指定された値に一致します。
%RATIONAL_COMMON%/eWAS/bin/wasservice
-add reportalprofile -serverName server1 -profilePath "%RATIONAL_COMMON%/CM/profiles/reportalprofile"
-stopArgs "-username <user> -password <password>