Before you can integrate LiveCycle Data Services ES 2.6 with Adobe ColdFusion, use the following procedure to install
ColdFusion 8 Update 1, or higher, and download the Flex 3 compiler module for Coldfusion.
Download the Flex 3 compiler module for Coldfusion: Flex3_webtier_for_ColdFusion8.zip file.
This file contains the Flex 3 SDK and web-tier compiler module for J2EE.
Update ColdFusion to LiveCycle Data Services ES 2.6
In this procedure, you add the necessary LiveCycle Data Services ES 2.6 JAR files to your ColdFusion installation.
Note: These installation instructions refer to the root directory where you installed LiveCycle Data Services ES as install_root.
Shut down ColdFusion.
Copy the ColdFusion WEB-INF/lib/flex-messaging*.jar files
to a backup location.
If you are running a multi-instance or J2EE installation,
these files are in the WEB-INF/cfusion/lib directory.
Copy the install_root/resources/lib/flex-messaging*.jar files
to the ColdFusion lib directory.
Extract the install_root/lcds.war file to a temporary directory named temp
Copy the file temp/lcds/WEB-INF/lib/cfgatewayadapter.jar to WEB-INF/flex/jars.
Overwrite the existing file.
Update the Flex SDK and web tier compiler
In this procedure, you update the Flex SDK and web-tier compiler in your ColdFusion installation.
Back up your ColdFusion WEB-INF/flex directory,
including any XML configuration files that you have modified.
Unzip the Flex3_webtier_for_ColdFusion8.zip file into the ColdFusion wwwroot directory
(for stand-alone installation of ColdFusion on Microsoft Windows in the default location, that directory is located at
C:/ColdFusion8/wwwroot). Overwrite the existing files (which you backed up in Step 1).
Copy the new SWC libraries to the ColdFusion WEB-INF/flex/libs directory:
Copy the install_rootl/resources/frameworks/libs/fds.swc file
to the ColdFusion8/wwwroot/WEB-INF/flex/libs directory.
Copy the install_root/resources/frameworks/libs/player/playerfds.swc file
to the ColdFusion8/wwwroot/WEB-INF/flex/libs/player directory.
Copy the install_root/resources/frameworks/libs/locale/en_US/fds_rb.swc file
over the ColdFusion8/wwwroot/WEB-INF/flex/locale/en_US/fds_rb.swc file.