Deploy an EAR or WAR file to Partition, Resource Group, Resource Group Template or WebLogic Cluster/Server. The following properties are used to specify the location to deploy.
...
Environment/Instance 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 for the WLS admin server. |
Weblogic Admin Password |
| Yes | The password for FDWLS_ADMIN_USER. |
Weblogic Application Install Directory | FDWLS_BASE_INSTALL_DIRECTORY | No | Base directory to install the WebLogic deployments from. |
Weblogic Stage Mode | FDWLS_STAGE_MODE | Yes | Staging mode for the application you are deploying. Valid values are stage, nostage, and external_stage. |
Weblogic Deployment Timeout | FDWLS_DEPLOY_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. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Application Name | FDWLS_APPLICATION_NAME | Yes | The name of the application (EAR or WAR) to be deployed. |
Weblogic Server or Cluster Name(s) | FDWLS_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name to deploy application. |
Weblogic Partition | FDWLS_PARTITION | No | WLS Partition - used in WLS 12.2.1+ |
Weblogic Resource Group | FDWLS_RESOURCE_GROUP | No | WLS Resource Group - used in WLS 12.2.1+ |
Weblogic Resource Group Template | FDWLS_RESOURCE_GROUP_TEMPLATE | No | WLS Resource Group Template - used in WLS 12.2.1+ |
Weblogic Versioned Deployment | FDWLS_USE_VERSIONS | No | Determines whether the plugin will deploy the artifact with a version label. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Server or Cluster Name(s) | FDWLS_INP_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name for deploy operation. Overrides the FDWLS_SERVER_OR_CLUSTER_NAMES property. |
Override File Pattern | FDWLS_INP_OVERRIDE_FILE_PATTERN | No | Specify FileName=OverrideFileName pattern. Matching files will be replaced by override files and Property replacement logic will be executed. For example, web.xml=fd-web.xml. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes an EAR or WAR file artifact from the artifacts repository.
...