NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
3-13
The Installation-Specific servlet.config File
#
#-DmaxWaitTimeSecs=<nn>
#Specifies the Max time to wait for a requestin Seconds.
#Default value is ScriptTimeout default in iTPWebServer--300Secs
#
#-Xmx64m
#Specifies the maximum Java Heap size.
#See the JVM documentation for more info.
#
#-Xms64m
#Specifies the initial Java Heap size.
#See the JVM documentation for more info.
#
#-Xss128k
#Specifies the maximum thread
#stack size. See the JVM
#documentation for more info.
#
#-Xnoclassgc
#Disables class Garbage
#Collection. Objects created
#for this class will still be
#garbage collected but the
#class definition will not.
#
#$NSJSP_SECMGR
#Java2 Security Manager options.
#This sets the Security Manager (if any) to be used.
#{ -Djava.security.manager, [-Dnsjsp.security.manager=none] }
#
#$NSJSP_SECMGR_POLICY
#Java2 Security Manager policy file.
#-Djava.security.policy==<file>
#[ $env(NSJSP_HOME)/conf/iTP_catalina.policy ]
#
#
#$NSJSP_JAAS_CONFIG
#Java Authentication and Authorization Service (JAAS)
Example 3-3. An Installation-Specific servlet.config File










