undeploy (GlassFish)
Undeploys an EAR or WAR file from a running GlassFish domain.
The asadmin undeploy operation has a very short timeout. As a result, this plugin allow it to try 5 times before failing. This should give enough time for most applications to complete undeployment.
If you are wondering what a GlassFish mast password is and whether you need it, the link https://blogs.oracle.com/alexismp/entry/what_is_a_glassfish_master may be helpful.
 Â
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Glassfish Admin Password |
| Yes | The password for the administrative user. |
Glassfish Admin Username |
| Yes | The username for the administrative user. |
Glassfish Admin Port |
| Yes | The port of the Glassfish admin server. (e.g. 4848 ) |
Glassfish Master Password |
| No | The Glassfish Master Password (not needed if the developer profile is used.) |
Glasfish Home |
| Yes | GlassFish Home Directory. (e.g. |
Glassfish Domain Name | FDGF_DOMAIN_NAME | Yes | Name of the GlassFish domain to start. |
 Â
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Glassfish Application |
| Yes | Name of or path to an EAR or WAR file to undeploy. |
 Â
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
 Â
Outputs
Output Name | Required | Description |
---|---|---|
 Â
Artifacts
This operation does not produce or consume any artifacts.
 Â
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
 Â
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
 Â
Special Considerations
This plugin has the following pre-requisites:
- TheÂ
JAVA_HOME
 environment variable must be set to a supported JDK for the version of GlassFish being used. - The target GlassFish server must be running prior to calling this operation.
- style