Versions Compared

Key

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

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.

...

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

NoYes

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.
This property is required

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.

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 MANIFEST.MF file if necessary.

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 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.

...