名前
add-application-ref - 振り分け先のアプリケーションの追加
形式
wscadmin add-application-ref --webserver web_server_name --target target application_name
機能説明
WebサーバコネクタのIJServerクラスタ設定に、振り分け先のアプリケーションを追加します。
オプション
オプション名 | 簡略名 | 説明 |
---|---|---|
--webserver | なし | 設定を行うWebサーバ名を指定します。 |
--target | なし | 設定対象のIJServerクラスタ名、または、Interstage Java EE 6 DASサービスのインスタンス名(server)を指定します。 |
オペランド
オペランド名 | 省略 | 説明 |
---|---|---|
application_name | 不可 | IJServerクラスタに配備されているアプリケーションのコンテキストルートを指定します。ルートコンテキストの場合、“/”を指定します。 |
戻り値
0: 正常終了
1: 異常終了
注意事項
WebサーバとIJServerクラスタを同一のマシンで運用する場合は、asadminコマンドのcreate-web-server-refサブコマンドを使用してください。
使用例
以下のように実行します。
C:\Interstage\F3FMwsc\bin\wscadmin add-application-ref --webserver FJapache --target IJServer001 SampleAppr1 Command add-application-ref executed successfully. |
/opt/FJSVwsc/bin/wscadmin add-application-ref --webserver FJapache --target IJServer001 SampleAppr1 Command add-application-ref executed successfully. |