Versions Compared

Key

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

Undeploy an EAR or WAR file to from Partition, Resource Group, Resource Group Template or WebLogic Cluster/Server. The following properties are used to specify the location for undeploy.

...

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 FWLS_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_VERSIONS_TO_KEEP

No

How many versions of the library should be kept when undeploy is executed. Defaults to 5.

Project Properties

Property Name

Required

Description

FDWLS_APPLICATION_NAME

Yes

The name of the application to be deployed.

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

Inputs

Input Name

Required

Description

 

 

 

Outputs

Output Name

Required

Description

 

 

 

Artifacts

This operation doesn't consume or produce any artifacts.

...