ControlTier Inc. > Open.ControlTier
 
Font size:      

war

A war package

Overview

Open in Workbench war: A war package

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
  • war
  • war
true
package-repo-url
  • ${framework.pkgRepo.uri}/${context.depot}/war/wars/FILENAME
  • ${framework.pkgRepo.uri}/${context.depot}/war/wars/FILENAME
false
package-vendor
  • acme
  • acme
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