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-12
The Installation-Specific servlet.config File
set NSJSP_DLL_PATH $env(NSJSP_HOME)/lib:$jdbcMx_LIB_PATH
}
} elseif {[info exists jdbcMp_LIB_PATH]} {
set NSJSP_DLL_PATH $env(NSJSP_HOME)/lib:$jdbcMp_LIB_PATH
}
#
# Any custom classpaths can be added by uncommenting and modifying
# the next statement ("append USRCP ...").
#
# append USRCP ":<Custom-ClassPath>":
#
# Add region commands to deny access to internal Catalina Servlets.
#
Region */servlet/org.apache.catalina.servlets.* {
DenyHost *
}
Region */servlet/jsp/* {
DenyHost *
}
#
# The server being started here is really just a symbolic link to
# the installed copy of the Java VM. The startup arguments being
# passed mean the following:
#
# Arguments passed directly to the JVM:
#
#-Djdbc.drivers=com.tandem.sqlmx.SQLMXDriver
#Registers SQL driver to JVM.See documentation of JDBCfor more info.
#
#-Dsqlmx_nowait=off|on
#Disable or Enable SQL/MX and JDBC/MX nowait IO support.
#See JDBC/MX and/or SQL/MX documentation for more info.
#Default is off if not specified.
Example 3-3. An Installation-Specific servlet.config File










