The web-apps.xml File and Virtual Servers
22 iPlanet Web Server, Enterprise Edition Programmer’s Guide to Servlets • May 2001
param-name
The name of a parameter. Used within an init-param element.
Subelements: none
Attributes: none
param-value
The value of a parameter. Used within an init-param element.
Subelements: none
Attributes: none
parameter-encoding
Advises the web server on how to decode parameters from forms.
Subelements: none
Attributes:
enc Allowed values are auto (the default), none, or a specific encoding
such as utf8 or Shift_JIS:
any
supported
java character
encoding
A specific encoding, such as utf8 or Shift_JIS.
Set this option if you know the encoding that
servlet parameters use. A complete list is available
here:
http://java.sun.com/j2se/1.3/docs/guide
/intl/encoding.doc.html
none Uses the system default encoding. Set this option if
the encoding of the servlet parameter data is the
same as the system default encoding.
Kommentare zu diesen Handbüchern