Installation guide

Corrections to Documentation
67
Problem 534978. MMapSessionManager Incorrect in Programmers Guide to Servlets (Appendix A)
The documentation in the Programmers 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 Programmers Guide (Appendix B & G)
The NSAPI Programmers 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 Programmers Guide has problems with syntax
The NSAPI Programmers 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 Programmers Guide, the NSAPI
functions that retrieve the
CONTENT_LENGTH and CONTENT_TYPE CGI variables should be as follows: