Interface JettyPropertySet
-
public interface JettyPropertySet
Gathers all Jetty properties.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CREATE_CONTEXT_XML
Whether to createcontext.xml
files to deploy WARs.static String
DEPLOYER_URL
The URL for calling the Jetty Deployer webapp.static String
MODULES
Comma-separated list of Jetty modules to activate.static String
REALM_NAME
Name of the security realm for Jetty.static String
SESSION_PATH
The default session path to use for all session cookies.static String
USE_FILE_MAPPED_BUFFER
The boolean flag controlling the use of memory mapped buffers for serving static content.
-
-
-
Field Detail
-
DEPLOYER_URL
static final String DEPLOYER_URL
The URL for calling the Jetty Deployer webapp.- See Also:
- Constant Field Values
-
SESSION_PATH
static final String SESSION_PATH
The default session path to use for all session cookies.- See Also:
- Constant Field Values
-
USE_FILE_MAPPED_BUFFER
static final String USE_FILE_MAPPED_BUFFER
The boolean flag controlling the use of memory mapped buffers for serving static content.- See Also:
- Constant Field Values
-
CREATE_CONTEXT_XML
static final String CREATE_CONTEXT_XML
Whether to createcontext.xml
files to deploy WARs.- See Also:
- Constant Field Values
-
REALM_NAME
static final String REALM_NAME
Name of the security realm for Jetty.- See Also:
- Constant Field Values
-
MODULES
static final String MODULES
Comma-separated list of Jetty modules to activate.- See Also:
- Constant Field Values
-
-