The stack group configuration.

Name Type Default Description

deployVariableRef

List of references to top level deployVariable elements (comma-separated string).

The deploy variable configuration element.

electionPort

int

20020

The election port number to use for vertically deployed stack groups. Ensure all stacks deployed to the same host use the same election port.

id

string

A unique configuration ID.

installDir

Path to a directory

The target installation directory for user packages from this stack group. The default value is the /wlp.usr directory. Use a period (.) and not a slash (/ or \) before the usr sub-directory.

installableRef

List of references to top level installable elements (comma-separated string).

The installable configuration element

jreInstallDir

Path to a directory

The target installation directory for "jre" type installables from this stack group. The default value is the /wlp.jre directory. Use a period (.) and not a slash (/ or \) before the jre sub-directory.

name

string

Name for the stack group. The attribute has no default value.

otherInstallDir

Path to a directory

The target installation directory for "other" type installables from this stack group. The default value is the /wlp.other directory. Use a period (.) and not a slash (/ or \) before the other sub-directory.

packageRef

List of references to top level package elements (comma-separated string).

The package configuration element.

transferTimeout

A period of time with second precision

10m

The maximum file transfer time in seconds to wait while transferring an individual file of this stack group to a target host. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds.

wlpInstallDir

Path to a directory

The target installation directory for "wlp" type installables from this stack group. The default value is the /wlp directory.

deployVariable

The deploy variable configuration element.

Name Type Default Description

id

string

A unique configuration ID.

increment

int

0

Increment value for the deployVariable.

name

string
Required

Name for the deployVariable.

value

string

Initial value of the deployVariable.

installable

The installable configuration element

Name Type Default Description

expand

string

Specifies whether to expand the installable during deployment. Valid values are yes, no, or auto. Overrides the default behavior determined by the installable file type. A no value disables unzip for installable zip files.The default value is auto, which determines whether to expand or not expand based on the installable file type. For example, auto selects to expand the zip file type.

id

string

A unique configuration ID.

installDir

string

Absolute path to the installable target directory.

name

string

default

The name of the installable archive file, for example, wlp.8555.zip.

sourceDir

string

Absolute path to the installable archive file. The default value is the path: ${WLP_STACK_GROUPS_DIR}/stack_name/installables

type

string

The installable type. Valid values are wlp, jre, or other. This attribute overrides the type prefix of the installable name.

package

The package configuration element.

Name Type Default Description

clusterName

string

default

The name of the cluster mapped to the package.

id

string

A unique configuration ID.

name

string

default

The name of the package.