The Jvm12.Conf File - Netscape ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual

Guide to servlets
Table of Contents

Advertisement

The jvm12.conf File

The jvm12.conf File
You can also configure JVM parameters by editing the
file, which resides under the server's
For example, to disable JIT, you can add the following line to
java.compiler=NONE
Here is an example
line in the actual file.
[JVMConfig]
#jvm.minHeapSize=1048576
#jvm.maxHeapSize=16777216
#jvm.enableClassGC=0
#jvm.verboseMode=1
#jvm.enableDebug=1
#jvm.printErrors=0
#jvm.option=-Xrunoii
#jvm.profiler=optimizeit
#jvm.disableThreadRecycling=0
#jvm.serializeAttach=0
#jvm.stickyAttach=0
#jvm.trace=5
#java.compiler=NONE
#OPTITDIR=D:/App/IntuitiveSystems/OptimizeIt30D
#jvm.serializeFirstRequest=0
#jvm.include.CLASSPATH=1
#nes.jsp.forkjavac=0
#nes.jsp.enabledebug=1
jvm.classpath=/usr/java/tools.jar
Generally you should use plain property options (like name
configuration and
There can be multiple occurrences of
A list of debugging options that you can include in the
is installed is available here:
http://java.sun.com/products/jpda/doc/conninv.html#Invocation
For more information about debugging servlets and JSPs and the
parameters required for debugging, see Chapter 5, "Debugging Servlets and JSPs."
110
Netscape Enterprise Server Programmer's Guide to Servlets • April 2002 (Draft)
config
file. The
jvm12.conf
options for JVM-vendor dependent configurations.
jvm.option=
jvm.option
jvm12.conf
directory.
jvm12.conf
value must be all on one
jvm.classpath
value) for the JDK1.2
=
parameters.
jvm12.conf
configuration
:
file if the JPDA
jvm12.conf

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Enterprise server 6.1

Table of Contents