java -jar launcher-<version>.jar [--config-file file-path] [--http-listener port-number] [--https-listener port-number] [--contextroot context-root] [--libraries jar-filepath[,jar-filepath]*] --deploy war-file [--generate uber-jar]
Name | Description | Default Value |
---|---|---|
|
Specify the path to configuration file (domain.xml). Do not use |
|
|
Specify HTTP port number. Do not use |
|
|
Specify HTTPS port number. Do not use |
|
|
Specify the path to WAR file to deploy. This option is mandatory. |
|
|
Specify the context-root. |
|
|
Specify the paths to JAR files referred from the application. To specify more than one files, use comma ( |
|
|
Specify the path to uber JAR to generate. When this option is not specified, the application will run automatically. |