startDomain
Starts GlassFish domain. If the domain is already running, the operation will complete normally
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
Property Name | Property Code | Required | Description |
---|---|---|---|
Glassfish Admin Password |
| Yes | The password for the administrative user. |
Glassfish Master Password |
| No | The Glassfish Master Password (not needed if the developer profile is used.) |
Glassfish Home |
| Yes | GlassFish Home Directory. (e.g. |
Glassfish Domain Name |
| Yes | Name of the GlassFish domain to start. |
Artifacts
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:
TheÂ
JAVA_HOME
 environment variable must be set to a supported JDK for the version of GlassFish being used.The target GlassFish domain must be stopped prior to calling this operation.
- style