The web-apps.xml File and Virtual Servers
24 iPlanet Web Server, Enterprise Edition Programmer’s Guide to Servlets • May 2001
response-buffer
Configures the initial and default size of the HTTP servlet’s response buffer. A
servlet can reconfigure its response buffer size using the
setBufferSize method of
the
ServletResponse object.
Subelements: none
Attributes:
response-cookie
Tells the server to respond with a specific cookie version.
Subelements: none
Attributes:
role-mapping
Maps role-name values from web.xml to LDAP users, groups, or roles.
Subelements: none
Attributes:
flush-timeout Forces the stream to flush the data if the specified number of
seconds has elapsed since the last flush. If set to 0 (the default)
or a negative number, the output stream doesn’t force a flush
unless the buffer is full.
size The buffer size in bytes. The default is 8192.
version The cookie version. The default is 0.
map-to Specifies whether to map role-name values from web.xml
to LDAP users or groups. Values are group (the default) and
user.
Kommentare zu diesen Handbüchern