Deploy a library (EAR, WAR, or JAR) to Partition, Resource Group, Resource Group Template or WebLogic Cluster/Server. You must have built archive files as part of build workflow execution prior to running deploy.
The following properties are used to specify the location to deploy.
...
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDWLS_WEBLOGIC_HOME | Yes | WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
FDWLS_DOMAIN_NAME | Yes | WebLogic Domain Name. |
FDWLS_ADMIN_LISTEN_ADDRESS | Yes | The listener address of the WLS admin server. (e.g. localhost) |
FDWLS_ADMIN_LISTEN_PORT | Yes | The port of the WLS admin server. (e.g. 7001) |
FDWLS_ADMIN_USE_SSL | No | Indicates whether the admin server is using SSL. |
FDWLS_ADMIN_USER | Yes | The user name for the WLS admin server. |
FDWLS_ADMIN_PASSWORD | Yes | The password for FDWLS_ADMIN_USER. |
FDWLS_BASE_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 |
FDWLS_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. |
Project Properties
Property Name | Required | Description |
---|---|---|
FDWLS_LIBRARY_NAME | Yes | The name of the library to be deployed. |
FDWLS_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name to deploy the library to. It is assumed that you are using a managed server or cluster of same name in various environments. |
FDWLS_PARTITION | No | WLS Partition - used in WLS 12.2.1+ |
FDWLS_RESOURCE_GROUP | No | WLS Resource Group - used in WLS 12.2.1+ |
FDWLS_RESOURCE_GROUP_TEMPLATE | No | WLS Resource Group Template - used in WLS 12.2.1+ |
FDWLS_USE_VERSIONS | No | Determines whether the plugin will deploy the artifact with a version label. If FDWLS_USE_VERSIONS is true, the FD_PROJECT_VERSION will be used as the version. This allows multiple archives to be deployed at the same time. Plugin will modify the MANIFEST.MF file if necessary. |
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. If not defined, 300000 will be the value. |
Inputs
Input Name | Required | Description |
---|---|---|
FDWLS_INP_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name for deploy operation. Overrides the FDWLS_SERVER_OR_CLUSTER_NAMES property. |
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 application EAR, WAR, or JAR file artifact from the artifacts repository.
...