Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
WebLogic Deploy Property Replacement
WebLogic Deploy Property Replacement

Blog Posts

Environment/Instance Properties

...

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

Yes

WebLogic Server or Cluster name to deploy application.

It is assumed that you are using managed server or cluster of same name in various environments.

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+

  

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 Weblogic Server or Cluster Name(s) project property.

Override File PatternFDWLS_INP_OVERRIDE_FILE_PATTERNNoSpecify 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.

...