For some ColdFusion MX functionality to work properly, you must manually configure your application server. This section describes what to do for the following functionality:
If you use the Macromedia Oracle driver (or the equivalent DataDirect driver) to access an Oracle 8.1.7 database, then your server will fail during any repetitive SQL operation against this database; for example, when you loop over a cfquery block.
To remedy this, do one of the following:
This section describes how to enable Component Object Model (COM) support in Windows after installing ColdFusion MX.
SET PATH=%PATH%;%WAS_HOME%\installedApps\%WAS_NODE%\Macromedia ColdFusion MX.ear\cfusion.war\WEB-INF\cfusion\jintegra\bin;%WAS_HOME%\ installedApps\%WAS_NODE%\Macromedia ColdFusion MX.ear\cfusion.war\ WEB-INF\cfusion\jintegra\bin\international
This section describes how to configure your application server to use ColdFusion MX charting and graphing (cfchart, cfchartdata, and cfchartseries tags).
cf_root/WEB-INF/cfusion/lib/webchartsJava2D.jar
Note: Verity searching is only supported on Windows, Linux, and Solaris.
To use the Verity search engine and the cfcollection, cfindex, and cfsearch tags, you must enable Verity searching. To do searches in languages other than English, including both European and Asian languages, you must also install language-specific Verity Search Packs.
To enable Verity, use the procedure for your operating system to configure the library search path to find the Verity binary files. (The Verity files are in the cf_root\WEB-INF\cfusion\lib directory in Windows, and the cf_root/WEB-INF/cfusion/lib directory on UNIX.)
SET CFMX_VERITY_PATH=%WAS_HOME%\installedApps\%WAS_NODE%\ Macromedia ColdFusion MX.ear\cfusion.war\WEB-INF\cfusion\lib; %WAS_HOME%\installedApps\%WAS_NODE%\Macromedia ColdFusion MX.ear\ cfusion.war\WEB-INF\cfusion\lib\_nti40\bin
;%CFMX_VERITY _PATH%
The WAS_CLASSPATH line should look similar to the following:
SET WAS_CLASSPATH=%WAS_HOME%/properties;%WAS_HOME%/lib/bootstrap.jar; %WAS_HOME%/lib/j2ee.jar;%WAS_HOME%/lib/lmproxy.jar;%CFMX_VERITY _PATH%You can now use Verity in ColdFusion MX.
Note: The path specifications in these instructions assume you deployed ColdFusion using the standard application name (Macromedia ColdFusion MX) and did not rename the application.
On Solaris:
LD_LIBRARY_PATH="$WAS_HOME"/installedApps/"$WAS_NODE"/ Macromedia ColdFusion MX.ear/cfusion.war/WEB-INF/cfusion/ lib:"$WAS_HOME"/installedApps/"$WAS_NODE"/Macromedia ColdFusion MX.ear/ cfusion.war/WEB-INF/cfusion/lib/_solaris/bin
On Linux:
CFMX_VERITY_PATH="$WAS_HOME"/installedApps/"$WAS_NODE"/ Macromedia ColdFusion MX.ear/cfusion.war/WEB-INF/cfusion/ lib:"$WAS_HOME"/installedApps/"$WAS_NODE"/Macromedia ColdFusion MX.ear/ cfusion.war/WEB-INF/cfusion/lib/_ilnx21/bin
LD_LIBRARY_PATH="$WAS_LIBPATH":$LD_LIBRARY_PATH:$CFMX_VERITY_PATH
You can now use Verity in ColdFusion MX.
For security reasons, Macromedia recommends that you disable RDS on a production server. If you install and enable RDS support, you can disable it later in the WebSphere Administrative Console.
Note: If RDS is disabled, the Browse Server button does not work in the ColdFusion MX Administrator (for example, on the ColdFusion Mappings page).
To disable RDS, you must do the following:
For instructions on disabling the RDS Servlet, see "Using RDS". The following procedure describes how to disable the RDS web module.
The RDS web module is disabled. You can reenable the RDS web module by repeating this procedure and selecting the Enabled check box.
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6
Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6/Installing_CFMX_for_J2EE/install_Websphere53.htm
Comments
dgianetti said on Jun 15, 2007 at 10:44 AM :