Undeploy an EAR or WAR file from Partition, Resource Group, Resource Group Template or WebLogic Cluster/Server. The following properties are used to specify the location to undeploy
...
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. |
FDWLS_BASE_INSTALL_DIRECTORY | No | Base directory to install the WebLogic deployments from. | |
FDWLS_VERSIONS_TO_KEEP | No | How many versions of the library should be kept when undeploy is executed. Defaults to 5. | |
Weblogic Undeployment Timeout | FDWLS_UNDEPLOY_TIMEOUT | No | The timeout (milliseconds) for the Weblogic undeploy operation. Defaults to 300000. |
Project Properties
Property Name | Required | Description |
---|---|---|
FDWLS_LIBRARY_NAME | Yes | The name of the library to be undeployed. |
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 | Indicates whether version based deployment is being used. |
Inputs
Input Name | Required | Description |
---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn't consume or produce any artifacts.
...