Interface JRun4xPropertySet
-
public interface JRun4xPropertySetGathers all JRun properties.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PORTThe default port.static StringDEFAULT_SERVER_NAMEThe default JRun server instance name.static StringJRUN_CLASSPATHThe JRun4 classpath.static StringJRUN_HOMEThe JRun4 installation directory.static StringSERVER_NAMEThe JRun server instance name.
-
-
-
Field Detail
-
SERVER_NAME
static final String SERVER_NAME
The JRun server instance name.- See Also:
- Constant Field Values
-
DEFAULT_SERVER_NAME
static final String DEFAULT_SERVER_NAME
The default JRun server instance name.- See Also:
- Constant Field Values
-
DEFAULT_PORT
static final String DEFAULT_PORT
The default port.- See Also:
- Constant Field Values
-
JRUN_HOME
static final String JRUN_HOME
The JRun4 installation directory.- See Also:
- Constant Field Values
-
JRUN_CLASSPATH
static final String JRUN_CLASSPATH
The JRun4 classpath.- See Also:
- Constant Field Values
-
-