Configuring JVM using Fusion Middleware Control

You have to perform specific steps to configure JVM using Fusion Middleware Control.

Perform the following steps:

  1. Using Fusion Middleware Control, add a new configuration section or modify an existing section in formsweb.cfg to enable or disable use of JVM controller for applications.
  2. Ensure CLASSPATH is updated in default.env or in jvmcontrollers.cfg.
  3. Using Fusion Middleware Control, configure the JVM parameters.
  4. Start the JVM controller.
For information about:

Network Proxies and Java Calls Using JVM Controller

When JVM pooling is enabled and the JVM Controller runs Java, it may be necessary to set the 'jvmoptions' parameter in jvmcontrollers.cfg file. This parameter users can use to set the java properties related to network proxies. For applications calling Oracle Reports, Oracle BI-Publisher, or using Imported Java, and these calls require access through network proxy; use the appropriate parameters to configure the environment as appropriate for proxy in use

  • http.proxyHost

  • http.proxyPort

  • https.proxyHost

  • https.proxyPort

  • http.nonProxyHosts

For information about these properties, see

https://docs.oracle.com/javase/8/docs/api/java/net/doc-files/net-properties.html in Java documentation.