Netscape ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual page 115

Guide to servlets
Table of Contents

Advertisement

Table C-1
jvm12.conf settings
Setting
nes.jsp.enabledebug
jvm.include.CLASSPATH
nes.jsp.forkjavac
jvm.serializeFirstRequest
jvm.classpath
* N:/App/IntuitiveSystems/OptimizeIt30D, where N is the drive on which OptimizeIt is installed.
Allowed Values
Default Value
0 (off), 1 (on)
1
0 (off), 1 (on)
1
0 (off), 1 (on)
0
0 (off), 1 (on)
1 for Linux
and Compaq
(DEC);
0 for other
platforms
A path with
forward
slashes only
jvm12.conf Parameter Reference
Description
Enables or disables verbose JSP
compilation tracing.
For more information about
remote debugging, see Chapter
5, "Debugging Servlets and
JSPs."
Specifies whether to include the
CLASSPATH environment
variable value in the
jvm.classpath setting.
If on, Java compilation of JSPs
runs in a separate process.
If on, ensures that only one
request thread loads and
constructs a servlet object. Once
a servlet is loaded and
initialized, new requests to the
same servlet happen in parallel.
This setting must be on for
Linux.
Specifies the path(s) to JAR files
dependent on the JVM. Enter
additional classpath values as
needed.
For example, if a JSP uses a bean
that is packaged in a JAR, add
the JAR path to the classpath.
If you are using a session
manager that uses a JDBC
driver, be sure to include the
driver's JAR file in this
classpath.
Appendix C
JVM Configuration
115

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.1

Table of Contents