Installation guide
Corrections to Documentation
67
Problem 534978. MMapSessionManager Incorrect in Programmer’s Guide to Servlets (Appendix A)
The documentation in the Programmer’s Guide to Servlets for iWs 4.1 incorrectly states that
MMapSessionManager can be used for sharing session information across multiple processes
possibly running on different machines. MMapSessionManager should not be used across different
machines.
Problem 540048. Incorrect Separator for JRE/JDK Path
The Administrator's Guide states that the path in "start-jvm" file should be separated with
semicolons, which is true for NT; but the path should be separated by colons for Unix.
Problem 545084. Default Mode for Init Is Not LateInit.
The NSAPI Programmer's Guide incorrectly states that the default mode for Init is LateInit=yes. The
default behavior is EarlyInit.
Problem with UseOutputStreamSize in NSAPI Programmer’s Guide (Appendix B & G)
The NSAPI Programmer’s Guide describes UseOutputStreamSize as a magnus.conf directive.
UseOutputStreamSize is recognized in both magnus.conf and obj.conf. However,
UseOutputStreamSize=0 only has meaning in obj.conf.
The functions that do not work in the magnus.conf, but do work in obj.conf are:
flushTimer
ChunkedRequestTimeout
ChunkedRequestBufferSize
Problem 533898. NSAPI Programmer’s Guide has problems with syntax
The NSAPI Programmer’s Guide has incorrect syntax in the Logging Options section. Under
flex-rotate-init, the manual describes a parameter of rotate-interval, but the example shows
rotate-intervals. If you use the plural string, the server will not start and complains it cannot init
that line as it does not see rotate-interval & rotate-start.
To correct this problem, change the syntax to rotate-interval, and the server starts and the access log
is rotated.
Problem 307321. NSAPI Specification Verification
In Table 4.1 of Chapter 4, “Creating Custom SAFs,” in the NSAPI Programmer’s Guide, the NSAPI
functions that retrieve the
CONTENT_LENGTH and CONTENT_TYPE CGI variables should be as follows: