View comments | RSS feed
Contents > Installing and Using ColdFusion MX > Installing the J2EE Configuration > ColdFusion MX J2EE deployment and configuration > Configuration PreviousNext

Configuration

After you deploy the ColdFusion MX application, you define JVM arguments. Each J2EE application server has a different method of 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:

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 for J2EE application, you can run basic ColdFusion pages and start the ColdFusion MX Administrator. However, certain types of ColdFusion MX 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:

Note: If your J2EE server runs on an operating system other than Windows, Solaris, or Linux, you can still run ColdFusion MX, but the functionality in the previous list is unavailable. For a complete list of supported platforms, see System requirements.

Depending on your operating system, you might have to add the following to the java.args JVM argument:

If the version of tools.jar in your application server's JRE is different from the version of tools.jar in WEB-INF/cfusion/lib, you should rename or delete WEB-INF/cfusion/lib/tools.jar to ensure that your application server's tools.jar file is used.


Contents > Installing and Using ColdFusion MX > Installing the J2EE Configuration > ColdFusion MX J2EE deployment and configuration > Configuration PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


songbin said on Jul 5, 2005 at 9:05 PM :
"Verity and C++ CFX support Add WEB-INF/cfusion/lib to the JVM's classpath. "

It should be "library path" not "JVM's classpath".
ASandstrom said on Nov 28, 2005 at 10:49 AM :
It should read:
-Djava.security.manager "-Djava.security.policy=cf_root/WEB-INF/cfusion/lib/coldfusion.policy" "-Djava.security.auth.policy=cf_root/WEB-INF/cfusion/lib/neo_jaas.policy"

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/instal17.htm