Versions Compared

Key

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

...

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

  

Target Properties

FDGF_MASTER_PASSWORD

FDGF_DOMAIN_NAME

Property Name

Property Code

Required

Description

Glassfish Admin Password

code

FDGF_ADMIN_PASSWORD

Yes

The password for the administrative user.

Glassfish Admin Username

code

FDGF_ADMIN_USERNAME

Yes

The username for the administrative user.

Glassfish Admin Port

code

FDGF_ADMIN_PORT

Yes

The port of the Glassfish admin server. (e.g. 4848)

Glassfish Master Password

Code Block

No

The Glassfish Master Password (not needed if the developer profile is used.)

Glassfish Home

code

FDGF_GLASSFISH_HOME

Yes

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

Glassfish Domain Name

Code Block

Yes

Name of the GlassFish domain to start.

...

Yes

Property Name

Property Code

Required

Description

Glassfish Application

FDGF_APPLICATION_NAME

Code Block

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

FDGF_INP_FORCE_DEPLOY

Input Name

Input Code

Required

Description

Force Deploy

Code Block

No

Option to forcibly deploy an application to a domain.

Context Root

code

FDGF_INP_CONTEXT_ROOT

No

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

...

This operation does not produce or consume any artifacts.   

Endpoint Selection

This operation will select all available endpoints associated to the target.

  

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:

...