Netscape ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual page 114

Guide to servlets
Table of Contents

Advertisement

jvm12.conf Parameter Reference
Table C-1
jvm12.conf settings
Setting
jvm.stickyAttach
jvm.trace
jvm.allowExit
java.compiler
OPTITDIR
114
Netscape Enterprise Server Programmer's Guide to Servlets • November 2001
Allowed Values
Default Value
0 (off), 1 (on)
0
5
0 (off), 1 (on)
0
A path
*
Description
Setting the value of this
parameter to 1 causes threads to
remember that they are attached
to the JVM.
This speeds up request
processing by eliminating
AttachCurrentThread and
DetachCurrentThread calls.
It can, however, have a
side-effect: recycled threads
which may be doing other
processing can be suspended by
the garbage collector arbitrarily.
Thread pools can be used to
eliminate this side effect for
other subsystems. For more
information about thread pools,
see the Netscape Enterprise Server
Administrator's Guide.
Determines the trace level. For
servlet and JSP debugging, the
recommended level is 7. Level 5
displays servlet engine
messages. Level 6 displays
servlet and JSP engine
messages. Level 7 displays these
and other exceptions in the
browser.
Enables or disables exit from the
process.
Specifies the Java compiler. See
your JVM documentation for
options that turn the JIT (just in
time) compiler on and off. This
should be set to NONE when
jvm.enableDebug is on.
Specifies the path to the profiler
if the profiler is optimizeit.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents