Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Deploy an EAR or WAR to a running GlassFish domain.

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 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)


Project Properties

Property NameProperty CodeRequiredDescription
Glassfish Application
FDGF_APPLICATION_NAME
Yes

Name of EAR or WAR file to deploy.


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 NameRequiredDescription





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.
  • No labels