Skip to the content.

Oracle WebLogic WLDeploy - Process Steps

Check Application on Targets

Check the status of an application on target servers and clusters

Name Type Description Required
Additional System Properties String A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property=value. The property is added to the command line as follows: -Dprop=value. No
Administration URL String The administration URL of the WebLogic server. Yes
Application Name String The name of the application. Yes
Expected Status String The status string to check against. Yes
JAVA_HOME String The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. No
JMX Administration URL String The jmx administration URL of the WebLogic server. This is used when starting, stopping, and checking status of targets. No
Password Password The password to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
Targets String A comma-separated list of target servers to deploy to. For example: target1,target2. Yes
User Config File String The path to the configuration file where the encrypted user name and password are stored. No
User Key File String The path to the key file where the decryption key for the user name and password are stored. No
User Name String The user name to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
WLDeploy Ant Task JAR String The fully-qualified path to the WebLogic WLDeploy Ant Task JAR file or full client JAR file. This property is required when you start, stop, and check the status of targets. Yes

Check Targets

Examine target servers for the RUNNING status. This step will only succeed if all specified servers are RUNNING.

Name Type Description Required
Additional System Properties String A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property=value. The property is added to the command line as follows: -Dprop=value. No
Administration URL String The administration URL of the WebLogic server. Yes
JAVA_HOME String The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. No
JMX Administration URL String The JMX administration URL of the WebLogic server. This URL is used when you start, stop, and check the status of targets. No
Password Password The password to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
Targets String Specify a comma-separated list of servers to check for a RUNNING status. For example: target1,target2. Yes
User Configuration File String The path to the configuration file where the encrypted user name and password are stored. No
User Key File String The path to the key file where the decryption key for the user name and password are stored. No
User Name String The user name to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
WLDeploy Ant Task JAR String The fully-qualified path to the WebLogic WLDeploy Ant Task JAR file or full client JAR file. This property is required when you start, stop, and check the status of targets. Yes

List Applications on Targets

List all AppDeployments for each target and set as output properties.

Name Type Description Required
Additional System Properties String A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property=value. The property is added to the command line as follows: -Dprop=value. No
Administration URL String The administration URL of the WebLogic server. Yes
JAVA_HOME String The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. No
JMX Administration URL String The JMX administration URL of the WebLogic server. This URL is used when you start, stop, and check the status of targets. No
Password Password The password to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
Targets String A comma-separated list of target servers to deploy to. For example: target1,target2. Yes
User Configuration File String The path to the configuration file where the encrypted user name and password are stored. No
User Key File String The path to the key file where the decryption key for the user name and password are stored. No
User Name String The user name to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
WLDeploy Ant Task JAR String The fully-qualified path to the WebLogic WLDeploy Ant Task JAR file or full client JAR file. This property is required when you start, stop, and check the status of targets. Yes

Run WLDeploy

Run a WLDeploy Ant task.

| Name | Type | Description | Required | | —- | —- | ——————————————————————————————————————– | ——– | | Additional Properties | String | A new-line separated list of additional properties to be used as part of the wldeploy Ant task. Use this format: property_name=value\nname=value\n. | No | | Additional System Properties | String | A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property_name=value. The property is added to the command line as follows: -Dproperty_name=value. | No | | Administration URL | String | The administration URL of the WebLogic server. | Yes | | Alternate Application Descriptor | String | The alternate application descriptor file name. | No | | Alternate WLS Application Descriptor | String | The alternate WebLogic server application descriptor file name. | No | | Application Name | String | The name of the application. | Yes | | Application Version | String | The version of the application that is specified in the Alternate WLS Application Description property. | No | | Deployment Plan | String | The name of the deployment plan. | No | | Deployment Plan Version | String | The version of the deployment plan that is specified in the Deployment Plan property. | No | | JAVA_HOME | String | The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. | No | | JMX Administration URL | String | The JMX administration URL of the WebLogic server. This URL is used when you start, stop, and check the status of targets. | No | | Operation | Enumeration:

Start Targets

Start the target server and clusters

| Name | Type | Description | Required | | —- | —- | ——————————————————————————————————————– | ——– | | Additional System Properties | String | A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property=value. The property is added to the command line as follows: -Dprop=value. | No | | Administration URL | String | The administration URL of the WebLogic server. | Yes | | JAVA_HOME | String | The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. | No | | JMX Administration URL | String | The JMX administration URL of the WebLogic server. This URL is used when you start, stop, and check the status of targets. | No | | On Failure | Enumeration:

Stop Targets

Stop the target server and clusters

Name Type Description Required
Additional System Properties String A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property=value. The property is added to the command line as follows: -Dprop=value. No
Administration URL String The administration URL of the WebLogic server. Yes
Force Boolean Use the force shutdown command instead of a simple shutdown command. Yes
JAVA_HOME String The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. No
JMX Administration URL String The JMX administration URL of the WebLogic server. This URL is used when you start, stop, and check the status of targets. No
Password Password The password to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
Targets String A comma-separated list of target servers to deploy to. For example: target1,target2. Yes
User Configuration File String The path to the configuration file where the encrypted user name and password are stored. No
User Key File String The path to the key file where the decryption key for the user name and password are stored. No
User Name String The user name to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
WLDeploy Ant Task JAR String The fully-qualified path to the WebLogic WLDeploy Ant Task JAR file or full client JAR file. This property is required when you start, stop, and check the status of targets. Yes

Wait for Application on Targets

Wait for the status of application on target servers and clusters to be running

Name Type Description Required
Additional System Properties String A new-line separated list of Java system properties to be added on the command line. Specify each property in this format: property=value. The property is added to the command line as follows: -Dprop=value. No
Administration URL String The administration URL of the WebLogic server. Yes
Application Name String The name of the application. Yes
Expected Status String The status string to should check against. Yes
JAVA_HOME String The fully qualified path to the Java installation. Provide a value to overwrite the JAVA_HOME environment variable. If this property is not specified, the default value is the system environment variable. No
JMX Administration URL String The JMX administration URL of the WebLogic server. This URL is used when you start, stop, and check the status of targets. No
Password Password The password to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
Targets String A comma-separated list of target servers to deploy to. For example: target1,target2. Yes
User Configuration File String The path to the configuration file where the encrypted user name and password are stored. No
User Key File String The path to the key file where the decryption key for the user name and password are stored. No
User Name String The user name to use to connect to the WebLogic server. If the user name and password are encrypted, leave this property blank and specify the User Configuration File and User Key File properties. No
WLDeploy Ant Task JAR String The fully-qualified path to the WebLogic WLDeploy Ant Task JAR file or full client JAR file. This property is required when you start, stop, and check the status of targets. Yes
Back to …   Latest Version Oracle WebLogic WLDeploy      
All Plugins Deploy Plugins 25.1103454 Readme Overview Usage Downloads