Interface GlassFishPropertySet
-
public interface GlassFishPropertySet
Interface for GlassFish-specific properties.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADMIN_PORT
The admin HTTP port that GlassFish will use.static String
DEBUG_MODE
GlassFish domain debug mode.static String
DEBUGGER_PORT
Debugger port.static String
DEPLOY_ARG_PREFIX
Prefix for extra arguments for "asadmin deploy"static String
DOMAIN_NAME
GlassFish domain name.static String
HTTPS_PORT
HTTPS port.static String
IIOP_MUTUAL_AUTH_PORT
IIOP mutual authentication port.static String
IIOP_PORT
IIOP port.static String
IIOPS_PORT
IIOP+SSL port.static String
JMS_PORT
JMS port.static String
JMX_ADMIN_PORT
JMX admin port.static String
OSGI_SHELL_PORT
Felix shell service port.static String
PORT_BASE
The value for --portbase parameter.static String
REMOVE_DEFAULT_DATASOURCE
By default, GlassFish deploys a datasource calledDerbyPool
which attempts to connect to a locally running Derby database on port1527
.static String
TARGET
The deploy target name (instance or cluster).static String
UNDEPLOY_ARG_PREFIX
Prefix 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 calledDerbyPool
which 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_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
-
-