Font size:
war
A war package
Overview
Design
- Super Type
- Package
| Role | Concrete. (Objects can be created.) |
| Instance Names | Unique |
| Notification | false |
| Template Directory | |
| Data View | Children, proximity: 1 |
| Logger Name | war |
Constraints
Allowed Property Values
| Property | Allowed Values | Default | Enforced |
|---|---|---|---|
| package-filetype |
|
|
true |
| package-repo-url |
|
|
false |
| package-vendor |
|
|
false |
Commands
Note
Commandline options displayed in square brackets "[]" are optional. If an option expects arguments, then angle brackets are shown after the option "<>". Any default value is shown within the brackets.
create
creates a package archive
- Usage
- create [-filename <>] [-installroot <>] -webxml <>
Options
| Option | Description |
|---|---|
| filename | file to write archive |
| installroot | root where source files reside |
| webxml | The deployment descriptor to use (WEB-INF/web.xml). |
extract
extracts the package
Extracts the web archive file into the install root directory. If -base is also specified, the extraction will occur in ${opts.installroot}/${opts.base}.
- Usage
- extract [-base <>] [-filename <>] [-installroot <>]
Options
| Option | Description |
|---|---|
| base | package base name |
| filename | file to extract |
| installroot | destination directory |


