This operation is designed to allow for production redeployment (side by side deployment) to WebLogic servers. This operation deploys the application in versioned mode. Undeployment of all but one version is completed before the deployment commences. The Weblogic-Application-Version
property is set in the manifest by the plugin. If you prefer to use your own Weblogic-Application-Version
value, please create a workflow with the undeploy and deploy operations instead , and set Weblogic Deployment Max # of Versions
to 1 and Weblogic Versioned Deployment
to true.
...
Include Page | ||||
---|---|---|---|---|
|
Blog Posts
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Weblogic Home (WL_HOME) |
| Yes | WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
Weblogic Domain Name |
| Yes | WebLogic Domain Name. |
Weblogic Admin Listen Address |
| Yes | The listener address of the WLS admin server. (e.g. localhost) |
Weblogic Admin Listen Port |
| Yes | The port of the WLS admin server. (e.g. 7001) |
Weblogic Admin SSL Connection |
| No | Indicates whether the admin server is using SSL. |
Weblogic Admin User |
| Yes | The user name username for the WLS admin server. |
Weblogic Admin Password |
| Yes | The password for |
Weblogic Application Install Directory |
| No | Base directory to install the WebLogic deployments from. Files will be copied here on Admin Server endpoint by WebLogic plugin prior to installation. For example: /oracle/middleware/product/user_projects/applications |
Weblogic Stage Mode |
| Yes | Staging mode for the application you are deploying. Valid values are stage, nostage, and external_stage. Recommended and default option is stage, in which case deployment archive files are only needed to be accessible by Admin Server and then Admin Server copies files to target managed server. |
Weblogic Deployment Timeout |
| No | Time in milliseconds that the plugin operation will wait for the server to respond. Plugin operation will return as soon as the server responds, but if the deploy doesn't complete before the timeout specified, the plugin operation will fail. The default value is 300000 milliseconds. |
...
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Application Name |
| Yes | The name of the application (EAR or WAR) to be deployed. |
Weblogic Server or Cluster Name(s) |
| Yes | WebLogic Server or Cluster name to deploy application. |
Weblogic Partition |
| No | WLS Partition - used in WLS 12.2.1+ |
Weblogic Resource Group |
| No | WLS Resource Group - used in WLS 12.2.1+ |
Weblogic Resource Group Template |
| No | WLS Resource Group Template - used in WLS 12.2.1+ |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Server or Cluster Name(s) |
| No | WebLogic Server or Cluster name for deploy operation. Overrides the |
Override File Pattern |
| No | Specify |
...