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 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.
-
-
-
Field Detail
-
ADMIN_PORT
static final String ADMIN_PORT
The admin HTTP port that Glassfish will use. Defaults to 4848.- 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
-
-