NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-21
The Installation-Specific servlet.config File
Example 3-25 shows the default value of the java.util.logging.manager
variable.
java.util.logging.config.file
Specifies the configuration file used by the LogManager. For more information
about the logging configuration file, see Chapter 5, Logging in NSJSP. For more
information about the Java logging infrastructure, see
http://java.sun.com/javase/6/docs/technotes/guides/logging/index.html
Example 3-26 shows the default value of the
java.util.logging.config.file variable.
javax.management.builder.initial
Specifies the NonStop-specific MBean server builder class that NSJSP provides to
create an MBean server to administer NSJSP. The default value is
com.tandem.servlet.jmx.NSJSPMBeanServerBuilder. This is used by the
NSJSP admin application. Do not modify the default value.
For more information on MBean and the JMX technology, see
http://java.sun.com/javase/6/docs/technotes/guides/jmx/overview/JMXoverviewTO
C.html
Example 3-27 shows the default value of the
javax.management.builder.initial variable.
java.io.tmpdir
Specifies the location of the temp directory. The value can be changed to any
other directory. The directory must be created before the Servlet Server Class is
started. The temp directory is used internally by the NSJSP servlet container.
Example 3-25. The Default Value of the java.util.logging.manager Variable
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Example 3-26. The Default Value of the java.util.logging.config.file
Variable
-Djava.util.logging.config.file=
$env(NSJSP_HOME)/conf/logging.properties
Example 3-27. The Default Value of the javax.management.builder.initial
Variable
-Djavax.management.builder.initial=
com.tandem.servlet.jmx.NSJSPMBeanServerBuilder










