Versions Compared

Key

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

Deploy an EAR or WAR to a running GlassFish domain. If the domain is stopped, the operation will exit with an error. You can place the startDomain operation earlier in the workflow to verify that it is running if you aren't sure.

The plugin operation waits for the deployment to complete before continuing.

If you are wondering what a GlassFish mast master password is and whether you need it, the link https://blogs.oracle.com/alexismp/entry/what_is_a_glassfish_master may be helpful.

...

Property NameProperty CodeRequiredDescription
Glassfish Admin Password

FDGF_ADMIN_PASSWORD

YesThe password for the administrative user.
Glassfish Admin Username

FDGF_ADMIN_USERNAME

YesThe username for the administrative user.
Glassfish Admin Port

FDGF_ADMIN_PORT

YesThe port of the Glassfish admin server. (e.g. 4848)
Glassfish Master Password

FDGF_MASTER_PASSWORD

NoThe Glassfish Master Password (not needed if the developer profile is used.)
Glasfish Home

FDGF_GLASSFISH_HOME

Yes

GlassFish Home Directory. (e.g. /u01/oracle/glassfish3)

Glassfish Domain NameFDGF_DOMAIN_NAMEYesName of the GlassFish domain to start.

Project Properties

Property NameProperty CodeRequiredDescription
Glassfish Application

FDGF_APPLICATION_NAME

Yes

Name of EAR or WAR file to deploy. If a relative path is given, it will be assumed to be in the FD_ARTIFACTS_DIR.

Inputs

Input NameInput CodeRequiredDescription
Force Deploy

FDGF_INP_FORCE_DEPLOY

No

Option to forcibly deploy an application to a domain.

Context Root

FDGF_INP_CONTEXT_ROOT

No

Determines which URL GlassFish will use for your application. (e.g. http://localhost:8080/ContextRoot )

Outputs

Property Output NameRequiredDescription





Artifacts

...