NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide

Migrating to NSJSP 6.1
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide596210-006
7-13
Comparing Configuration Properties in NSJSP 5.0,
NSJSP 6.0, and NSJSP 6.1
Difference in the NSJSP 6.0 and NSJSP 6.1 web.xml files
The web.xml file in NSJSP 6.0 and NSJSP 6.1 are similar. However, the NSJSP 6.1
web.xml file contains a new filter, called StaticContentFilter.
Table 7-5. Differences in the NSJSP 6.0 and NSJSP 6.1 servlet.config Files
NSJSP 6.0 NSJSP 6.1 Effect
Maxservers 12 4
Maxlinks 250 50
Linkdepth 25 50
TANDEM_RECEIVE_
DEPTH
25 50 For more information on
the properties, see The
Installation-Specific
servlet.config File on
page 3-7.
Command-Line Arguments
-Xmx64m
-Xss128k
-Xnoclassgc
-Xmx64m
-Xss128k
-Xnoclassgc
-Xms64m
For more
information on -
Xms64m, see The
Installation-
Specific
servlet.config File
on page 3-7.
java.compiler
=none \
Not applicable.
For more
information on
why the attribute
is removed, see
The Installation-
Specific
servlet.config File
on page 3-7.
Filemap
/servlet_jsp
$server_objec
tcode
Filemap
/urlB
$server_objec
tcode
In NSJSP 6.0, the URI was
always servlet_jsp. In
NSJSP 6.1, you can
specify the URI during
installation.
Note. NSJSP 5.0 does not include the web.xml file.