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-29
The Installation-Specific servlet.config File
Example 3-31 shows an example of a new Filemap definition being added when
DiscardFileMapHistory is true.
Example 3-32 shows an example of retaining the previous Filemap definition when
DiscardFileMapHistory is false.
EnableJMXProxyServlet
In NSJSP 6.0 and later versions, the JMX Proxy Servlet is either enabled or
disabled in the deployment descriptor (web.xml) of the old manager application.
This argument was used in NSJSP 5.0 to enable or disable the JMX Proxy Servlet.
This argument must not be used in NSJSP 7.0. In NSJSP 7.0, the JMX Proxy
Servlet is enabled by default. The JMXProxy is defined in the old manager
application’s deployment descriptor (web.xml). Example 3-33 shows the
configuration for JMX Proxy Servlet in the web.xml file.
Note. HP recommends that you retain the default value of false to preserve the
Filemap history.
Example 3-31. New Filemap Information
#
# 2010-04-08 14:47:10.765 - Added Filemap '/bank'.
Filemap /bank /usr/tandem/webserver/bin/dev.ssc
Example 3-32. Filemap History Available as a Comment
#
# 2010-04-08 14:47:10.765 - Added Filemap '/bank'.
# Filemap /bank /usr/tandem/webserver/bin/dev.ssc
#
# 2010-04-09 15:23:11.123 - Added Filemap '/bank'.
Filemap /bank /usr/tandem/webserver/bin/prod.ssc
Note.
This feature is not used in NSJSP 7.0. This section can be referred for information
for previous releases and the place where it was used.
This feature is not a part of the NSJSP Manager application.










