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-14
The Installation-Specific servlet.config File
#configuration property and LoginModule configuration file.
#-Djava.security.auth.login.config==<file>
#[ $env(NSJSP_HOME)/conf/iTP_jaas.config ]
#OR
#[-Dnsjsp.jaas.login.config=none]
#
#
#
#-DSessionBasedLoadBalancing=true|false
#Turns on/off Session Based load balancing support. If this
#value is set to "false" this allows requests to be serviced
#by any SERVLET ServerClass process if a Persistent Manager
#is configured with a Persistent store via the iTP_server.xml
#file. Default is true if this option is not specified.
#
#-DSessionBasedCookieExpiry=false|true
#Turns off/on expiry time for HTTP Cookies sent back to the
#web-client (read browser) based on the Session Expiry time in
#the Server. If the clock times on the Server and Client are
#badly skewed, this may cause the Cookie to expiry immediately
#on the client side (browser).Default is false if this option
#is not specified. This means the Cookie will persist on
#the client side until the web-client (read browser) is
#shutdown (or window is closed).
#
#-DSaveSessionOnCreation=true|false
#Turns on/off saving sessions into a Persistent Store at
#Creation time. Default is false if this option is not specified.
#For performance reasons, it is advisable to turn this OFF if
#you turn OFF Session Based Load Balancing. Otherwise, you
#will end up writing to the Persistent Store twice (once on
#the session creation/load and once on the request completion).
#
#-help
#Help on Java2 command line options.
#
## Linkdepth=(Maxlinks/4) will ensure that all link managers
# on a 4 CPU machine will get equal number of links for
Example 3-3. An Installation-Specific servlet.config File










