MACROMEDIA COLFUSION MX 7 - INSTALLING AND USING COLDFUSION MX Using Manual page 42

Hide thumbs Also See for COLFUSION MX 7 - INSTALLING AND USING COLDFUSION MX:
Table of Contents

Advertisement

Configuration
After you deploy the ColdFusion MX 7 application, you define JVM arguments. Each J2EE
application server has a different method for defining JVM arguments. Depending on your server,
you can update variables in a batch file or shell script, define arguments in an administrative
interface, modify the java.library.path JVM argument directly, or modify the system path directly.
You define two types of JVM arguments:
Platform-specific items for the
Java arguments for the
Note: When running JRun 4, you configure these settings through the Settings panel of the JRun
Management Console (JMC) or by using a text editor to modify the jrun_root/bin/jvm.config file.
After you deploy the ColdFusion MX 7 J2EE configuration, you can run basic ColdFusion pages
and start the ColdFusion MX Administrator. However, certain types of ColdFusion MX 7
functionality are performed through platform-specific binary files (that is, compiled C++ files,
not Java bytecode), which are provided for Windows, Solaris, and Linux. In addition, some of
these features require server-specific environment settings. The following list includes platform-
specific functionality and the steps you must perform to enable their use:
COM (Windows only)
path (
java.library.path
WEB-INF/cfusion/jintegra/bin
WEB-INF/cfusion/jintegra/bin/international
Note: If your J2EE server runs on an operating system other than Windows, Solaris, or Linux, you can
still run ColdFusion MX 7, but the functionality that is provided through platform-specific binary files is
unavailable. For a complete list of supported platforms, see
Depending on your operating system, you might have to add the following to the
JVM argument:
COM (Windows only)
-DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS
CORBA (optional)
the following argument:
-Xbootclasspath/a:"cf_webapp_root/WEB-INF/cfusion/lib/vbjorb.jar"
Charting (UNIX only)
-Djava.awt.graphicsenv=com.gp.java2d.ExGraphicsEnvironment"
For JDK 1.4.1 and later versions, specify
instead of
com.gp.java2d.ExGraphicsEnvironment
42
Chapter 4: Installing the J2EE Configuration
java.library.path
argument
java.args
Add the following jIntegra binary directories to the JVM's native library
):
Add the following arguments:
Copy the vbjorb.jar file to the WEB-INF/cfusion/lib directory and define
Define the following argument:
com.gp.java2d.ExHeadlessGraphicsEnvironment
argument
"System requirements" on page
.
10.
java.args

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents