Installation guide
Internationalization Information
56 iPlanet Web Server, Enterprise Edition Release Notes • June 20, 2001
Problem 385457. Multi-Process Mode Not Supported
On Windows NT, multi-process mode is not supported. This means that the MaxProcs directive in
the
magnus.conf file cannot have a value greater than 1. For more information, see the
magnus.conf appendix in the NSAPI Programmer’s Guide.
Internationalization Information
This section includes information regarding internationalization issues.
Note that the English version of iWS4.1sp7 can be safely installed over an existing
Internationalized/Localized build of an earlier version of iWS.
Problem 381384, 396154. Internationalization in Parameters
Sometimes problems occur when a user includes non-ASCII characters in a parameter passed to a
servlet.
Workaround
Set the context.global.parameterEncoding property in the contexts.properties file properly.
If a servlet uses the
ServletRequest.getParameter method, set parameterEncoding to auto and
follow the instructions below.
The
context.global.parameterEncoding property allows you determine the character encoding
of servlet parameters. It has the following options:
Table 5 parameterEncoding Options
Option Description
any supported Java
character encoding
Any supported encoding, as listed at
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.
responseCT Use this option if you wish the response content-type (set using
response.setContentType()) to be used for the servlet parameter data.