public interface TomcatPropertySet
| Modifier and Type | Field and Description |
|---|---|
static String |
AJP_PORT
Port tomcat will listen on for AJP 1.3 requests.
|
static String |
CONNECTOR_CLIENT_AUTH
The requirements for client authentication.
|
static String |
CONNECTOR_EMPTY_SESSION_PATH
The boolean value for the empty session path connector property.
|
static String |
CONNECTOR_KEY_ALIAS
The alias of the key in the key store.
|
static String |
CONNECTOR_KEY_STORE_FILE
The file path for the key store file.
|
static String |
CONNECTOR_KEY_STORE_PASSWORD
The password for the server key store.
|
static String |
CONNECTOR_KEY_STORE_TYPE
The type of the key store file.
|
static String |
CONNECTOR_SSL_PROTOCOL
The password for the server key store.
|
static String |
CONNECTOR_TRUST_STORE_FILE
The file path for the trust store file.
|
static String |
CONNECTOR_TRUST_STORE_PASSWORD
The password for the server trust store.
|
static String |
CONNECTOR_TRUST_STORE_TYPE
The type of the trust store file.
|
static String |
CONTEXT_RELOADABLE
Whether the contexts for deployed Web applications should be set as reloadable.
|
static String |
COPY_WARS
Whether WAR deployables should be copied or referenced.
|
static String |
HTTP_SECURE
Whether the HTTP container is secured.
|
static String |
WEBAPPS_DIRECTORY
The
webapps directory of Tomcat. |
static final String CONNECTOR_EMPTY_SESSION_PATH
static final String AJP_PORT
static final String CONTEXT_RELOADABLE
static final String COPY_WARS
static final String WEBAPPS_DIRECTORY
webapps directory of Tomcat.static final String HTTP_SECURE
static final String CONNECTOR_KEY_STORE_FILE
static final String CONNECTOR_KEY_STORE_TYPE
static final String CONNECTOR_KEY_STORE_PASSWORD
static final String CONNECTOR_KEY_ALIAS
static final String CONNECTOR_TRUST_STORE_FILE
static final String CONNECTOR_TRUST_STORE_TYPE
static final String CONNECTOR_TRUST_STORE_PASSWORD
static final String CONNECTOR_CLIENT_AUTH
static final String CONNECTOR_SSL_PROTOCOL
Copyright © 2004-2013 Codehaus. All Rights Reserved.