Tier Naming Format
Format | Description | Example |
---|---|---|
tier-name-format
|
The format contains only literals and the tier name
appears the same as the format. |
tier-name-format |
tier->AppServerType>-format
|
The mix of literals and attributes . The tier
name is evaluated after passing the attribute and replaces the value
of the attribute. Attributes are defined within the angular bracket
<AppServerType> . |
|
|
The expression is made inside the ` ` . This does not have an attribute, and there is no change in the expression. |
Assuming the command line is the value above, the tier name
format is |
`<CmdlineArray>[count(<CmdlineArray>) - 1]`
|
The expression is made inside the ` ` . The attributes are parsed. |
Assuming the command line is the value above, the tier name
format is |