JVM Configuration Parameters and Default Values

The following table describes the JVM configuration parameters and their default values.

Table -37 List of JVM Configuration Parameters

Parameters Description Default Value

maxsessions

Specifies the maximum number of concurrent Oracle Forms sessions the default JVM will serve before a new JVM is spawned.

65535

classpath

When you specify a classpath, it will override the system classpath or any classpath specified in your environment.

$ORACLE_HOME/oracle_common/jdk/bin

jvmoptions

Enter any valid options to pass to the JVM. Refer to the Oracle Java documentation for a list of valid JVM startup parameters.

Null

logdir

Leave Log Directory blank to use the log location for the default JVM controller. If any other directory is set, the log file cannot be viewed through Enterprise Manager.

$DOMAIN_HOME/system_components/FORMS/forms1/tools/jvm/log

logging

Specifies whether logging is enabled or not.

Valid values: off, debug, warn, error, critical, info.

info

autoremoval

When enabled, autoremoval will allow the JVM Controller to monitor and manage child JVM and determine whether they are needed. As child JVM processes become unneeded the autoremoval feature will cleanly terminate those JVMs.

Off

loadbalance

When enabled, loadbalance will allow the JVM Controller to monitor the status of each child JVM process. Based on the loadbalance setting selected, the JVM Controller will determine where to send requests for processing.

Random