arsvadmin deploy
[--contextroot context_root] [--name component_name] [--libraries jar_file[,jar_file]...] filepath
オプション名 |
省略 |
説明 |
---|---|---|
--contextroot context_root |
可 |
コンテキストルートとしてcontext_rootの値を指定します。 context_rootはオペランドです。 省略時は、filepathオペランドに指定した配備対象ファイルから拡張子を除いた値が使用されます。 |
--name component_name |
可 |
アプリケーション名としてcomponent_nameの値を指定します。 component_nameはオペランドです。 省略値は、filepathオペランドに指定した配備対象ファイルから拡張子を除いた値が使用されます。 但し、arsvdm,arsvfdm,arsvdmcと同名のアプリケーションは配備できません。 |
--libraries jar_file[,jar_file]... |
可 |
アプリケーションから参照するライブラリ(JARファイル)を絶対パスで指定します。複数指定する場合は、カンマ区切りで指定します。 |
オペランド名 |
省略 |
説明 |
---|---|---|
filepath |
不可 |
配備対象ファイルを絶対パスで指定します。 |
> %インストールディレクトリ%\bin\arsvadmin deploy C:\sample.war
コマンドの実行結果が標準出力に出力されます。
出力例を以下に示します。
Command deploy executed successfully.
注意