Chapter 25. web
25.1. web:launch
25.1.1. Description
Start the web application in a browser of the given bundle ID.
25.1.2. Syntax
web:launch [options] id
25.1.3. Arguments
Name | Description |
---|---|
id | The bundle ID to start the browser with |
25.1.4. Options
Name | Description |
---|---|
--base | The base URL to browse to, otherwise default localhost:8181 will be used. |
--help | Display this help message |
25.2. web:list
25.2.1. Description
Lists details for war bundles.
25.2.2. Syntax
web:list [options]
25.2.3. Options
Name | Description |
---|---|
--help | Display this help message |
--no-format | Disable table rendered output |
25.3. web:start
25.3.1. Description
Start the web context of given bundles.
25.3.2. Syntax
web:start [options] ids
25.3.3. Arguments
Name | Description |
---|---|
ids | The list of bundle IDs separated by whitespaces |
25.3.4. Options
Name | Description |
---|---|
--help | Display this help message |
25.4. web:stop
25.4.1. Description
Stop the web context of given bundles.
25.4.2. Syntax
web:stop [options] ids
25.4.3. Arguments
Name | Description |
---|---|
ids | The list of bundle IDs separated by whitespaces |
25.4.4. Options
Name | Description |
---|---|
--help | Display this help message |