All implementations of Connector support the following attributes:
tribute | Description |
---|---|
allowTrace | A boolean value which can be used to enable or disable the TRACE HTTP method. If not specified, this attribute is set to false. |
emptySessionPath | If set to |
enableLookups | Set to |
maxPostSize | The maximum size in bytes of the POST which will be handled by the container FORM URL parameter parsing. The limit can be disabled by setting this attribute to a value less than or equal to 0. If not specified, this attribute is set to 2097152 (2 megabytes). |
maxSavePostSize | The maximum size in bytes of the POST which will be saved/buffered by the container during FORM or CLIENT-CERT authentication. For both types of authentication, the POST will be saved/buffered before the user is authenticated. For CLIENT-CERT authentication, the POST is buffered for the duration of the SSL handshake and the buffer emptied when the request is processed. For FORM authentication the POST is saved whilst the user is re-directed to the login form and is retained until the user successfully authenticates or the session associated with the authentication request expires. The limit can be disabled by setting this attribute to -1. Setting the attribute to zero will disable the saving of POST data during authentication . If not specified, this attribute is set to 4096 (4 kilobytes). |
protocol | This attribute value must be |
proxyName | If this Connector is being used in a proxy configuration, configure this attribute to specify the server name to be returned for calls to |
proxyPort | If this Connector is being used in a proxy configuration, configure this attribute to specify the server port to be returned for calls to |
redirectPort | If this Connector is supporting non-SSL requests, and a request is received for which a matching |
scheme | Set this attribute to the name of the protocol you wish to have returned by calls to |
secure | Set this attribute to |
URIEncoding | This specifies the character encoding used to decode the URI bytes, after %xx decoding the URL. If not specified, ISO-8859-1 will be used. |
useBodyEncodingForURI | This specifies if the encoding specified in contentType should be used for URI query parameters, instead of using the URIEncoding. This setting is present for compatibility with Tomcat 4.1.x, where the encoding specified in the contentType, or explicitely set using Request.setCharacterEncoding method was also used for the parameters from the URL. The default value is |
useIPVHosts | Set this attribute to |
xpoweredBy | Set this attribute to |
'JAVA > JAVA&JSP' 카테고리의 다른 글
tomcat5.5 config 매뉴얼 (0) | 2009.02.06 |
---|---|
[JAVA] java.util.Properties Class (0) | 2009.01.12 |
Captcha 기능 (0) | 2009.01.06 |
Tomcat 5.5.27 & Apache 2.0.63 연동 (mod_jk / 윈도우XP) (0) | 2008.12.01 |
윈도우 Tomcat java heap 늘려서 오버플러어 막기 (0) | 2008.05.06 |
[ JSP] Url Rewrite Filter (0) | 2008.04.03 |
JAVA에서 Tray구현하기 (0) | 2008.03.24 |
[JSP]한글파라미더 UTF-8처리 (쿠키 cookie 예제) (0) | 2008.02.01 |
(로그인하지 않으셔도 가능)