Deploy an EAR or WAR to a running GlassFish domain.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDGF_ADMIN_PASSWORD | Yes | The password for the administrative user. |
FDGF_ADMIN_USERNAME | Yes | The username for the administrative user. |
FDGF_ADMIN_PORT | Yes | The port of the Glassfish admin server. (e.g. 4848) |
FDGF_MASTER_PASSWORD | Yes | An overall shared password. (Default = "changeit") |
FDGF_GLASSFISH_HOME | Yes | GlassFish Home Directory. (e.g. /u01/oracle/glassfish3) |
Project Properties
Property Name | Required | Description |
---|---|---|
FDGF_APPLICATION_NAME | Yes | Name of EAR or WAR file to deploy. |
Inputs
Property Name | Required | Description |
---|---|---|
FDGF_FORCE_DEPLOY | No | Option to forcibly deploy an application to a domain. |
FDGF_CONTEXT_ROOT | No | Determines which URL GlassFish will use for your application. (e.g. http://localhost:8080/ContextRoot ) |
Outputs
Property 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.