Wait for Application on Targets Step
This step waits for the status of applications on target servers and clusters to be running.
Required properties:
Property Name | Description |
---|---|
Application Name | The application name to check the status of. |
Desired Status | The status string to check against. |
Admin URL | The administration URL of the WebLogic
server. The default value is
${p:resource/wldeploy.url} |
Targets | A comma-separated list of target servers to
wait for status, for example,
target1,target2 . The default value is
${p:resource/wldeploy.targets} |
User Name | The username used to connect to WebLogic.
The default value is
${p:resource/wldeploy.user} |
Password | The password used to connect to WebLogic.
The default value is
${p:resource/wldeploy.password} |
Optional properties:
Property Name | Description |
---|---|
JMX Admin URL | The JMX administration URL of the WebLogic
server. This is used when starting, stopping, and checking status of targets.
The default value is
${p:resource/wldeploy.jmxUrl} |
Path to WLDeploy Ant Task Jar |
The path to the WebLogic WLDeploy Ant Task Jar file or full client Jar file if intending to use start, stop, and check status of targets. |
Additional System Props | Specify any additional Java system properties
to be added on the command line. Specify properties as a line-separated list in
the format
prop=value , which adds
-Dprop=value onto the command line.
|