Interface GlassFishPropertySet
-
public interface GlassFishPropertySetInterface for GlassFish-specific properties.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_PORTThe admin HTTP port that GlassFish will use.static StringDEBUG_MODEGlassFish domain debug mode.static StringDEBUGGER_PORTDebugger port.static StringDEPLOY_ARG_PREFIXPrefix for extra arguments for "asadmin deploy"static StringDEPLOY_IGNORE_DEPLOYABLE_NAMEWhether the deploy command should ignore the deployable name, hence letting the AppServer decide on the same based on its one standards.static StringDOMAIN_NAMEGlassFish domain name.static StringHTTPS_PORTHTTPS port.static StringIIOP_MUTUAL_AUTH_PORTIIOP mutual authentication port.static StringIIOP_PORTIIOP port.static StringIIOPS_PORTIIOP+SSL port.static StringJMS_PORTJMS port.static StringJMX_ADMIN_PORTJMX admin port.static StringOSGI_SHELL_PORTFelix shell service port.static StringPORT_BASEThe value for --portbase parameter.static StringREMOVE_DEFAULT_DATASOURCEBy default, GlassFish deploys a datasource calledDerbyPoolwhich attempts to connect to a locally running Derby database on port1527.static StringTARGETThe deploy target name (instance or cluster).static StringUNDEPLOY_ARG_PREFIXPrefix for extra arguments for "asadmin undeploy"
-
-
-
Field Detail
-
TARGET
static final String TARGET
The deploy target name (instance or cluster).- See Also:
- Constant Field Values
-
ADMIN_PORT
static final String ADMIN_PORT
The admin HTTP port that GlassFish will use. Defaults to 4848.- See Also:
- Constant Field Values
-
PORT_BASE
static final String PORT_BASE
The value for --portbase parameter. No default.- See Also:
- Constant Field Values
-
REMOVE_DEFAULT_DATASOURCE
static final String REMOVE_DEFAULT_DATASOURCE
By default, GlassFish deploys a datasource calledDerbyPoolwhich attempts to connect to a locally running Derby database on port1527. On the other hand, it will not by default start such a server -as a result, it is safer to remove this datasource in order to avoid confusing the GlassFish persistence manager.- See Also:
- Constant Field Values
-
JMS_PORT
static final String JMS_PORT
JMS port. Defaults to 7676.- See Also:
- Constant Field Values
-
IIOP_PORT
static final String IIOP_PORT
IIOP port. Defaults to 3700.- See Also:
- Constant Field Values
-
HTTPS_PORT
static final String HTTPS_PORT
HTTPS port. Defaults to 8181.- See Also:
- Constant Field Values
-
IIOPS_PORT
static final String IIOPS_PORT
IIOP+SSL port. Defaults to 3820.- See Also:
- Constant Field Values
-
IIOP_MUTUAL_AUTH_PORT
static final String IIOP_MUTUAL_AUTH_PORT
IIOP mutual authentication port. Defaults to 3920.- See Also:
- Constant Field Values
-
JMX_ADMIN_PORT
static final String JMX_ADMIN_PORT
JMX admin port. Defaults to 8686.- See Also:
- Constant Field Values
-
DEBUGGER_PORT
static final String DEBUGGER_PORT
Debugger port. Defaults to 9009. GlassFish 3 only.- See Also:
- Constant Field Values
-
OSGI_SHELL_PORT
static final String OSGI_SHELL_PORT
Felix shell service port. Defaults to 6666. GlassFish 3 only.- See Also:
- Constant Field Values
-
DOMAIN_NAME
static final String DOMAIN_NAME
GlassFish domain name.- See Also:
- Constant Field Values
-
DEBUG_MODE
static final String DEBUG_MODE
GlassFish domain debug mode.- See Also:
- Constant Field Values
-
DEPLOY_IGNORE_DEPLOYABLE_NAME
static final String DEPLOY_IGNORE_DEPLOYABLE_NAME
Whether the deploy command should ignore the deployable name, hence letting the AppServer decide on the same based on its one standards.- See Also:
- Constant Field Values
-
DEPLOY_ARG_PREFIX
static final String DEPLOY_ARG_PREFIX
Prefix for extra arguments for "asadmin deploy"- See Also:
- Constant Field Values
-
UNDEPLOY_ARG_PREFIX
static final String UNDEPLOY_ARG_PREFIX
Prefix for extra arguments for "asadmin undeploy"- See Also:
- Constant Field Values
-
-