Response-Buffer; Response-Cookie; Role-Mapping - Netscape ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual

Guide to servlets
Table of Contents

Advertisement

The web-apps.xml File and Virtual Servers

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
the
ServletResponse
Subelements: none
Attributes:
flush-timeout
size

response-cookie

Tells the server to respond with a specific cookie version.
Subelements: none
Attributes:
version

role-mapping

Maps
Subelements: none
Attributes:
map-to
26
Netscape Enterprise Server Programmer's Guide to Servlets • April 2002 (Draft)
object.
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.
The buffer size in bytes. The default is 8192.
The cookie version. The default is 0.
values from
role-name
Specifies whether to map role-name values from web.xml
to LDAP users or groups. Values are group (the default) and
user.
to LDAP users, groups, or roles.
web.xml
method of
setBufferSize

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Enterprise server 6.1

Table of Contents