LiveCycle Data Services:Integrating with ColdFusion 8
From Adobe Labs
| Table of contents |
Integrating LiveCycle Data Services ES with ColdFusion 8
To integrate LiveCycle Data Services ES 2.6 Beta 2 with ColdFusion 8 with integrated LiveCycle Data Services ES 2.5.1 installation, perform the following steps:
Get the files required for updating
- Install the ColdFusion 8 Update 1 (for example, 8.0.1) or higher.
- Download the Flex 3 Compiler Module for ColdFusion 8 from the download page.
Update to LiveCycle Data Services ES 2.6
- Shut down ColdFusion.
- Copy the ColdFusion WEB-INF/lib/flex-messaging*.jar files (four files) to a backup location. If you are running a multi-instance or J2EE installation, these files should be in the WEB-INF/cfusion/lib directory.
- Copy the install_root/resources/lib/flex-messaging*.jar files (7 files) to the ColdFusion lib directory.
- 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
- Back up your ColdFusion8/wwwroot/WEB-INF/flex directory.
In particular, back up any XML configuration files you have made changes to. - Unzip the Flex 3 Compiler Module for ColdFusion 8 ZIP file into the ColdFusion wwwroot directory (for standalone Windows in the default location, that is C:/ColdFusion8/wwwroot). Overwrite the existing files (which you have backed up):
- Flash-unicode-table.xml
- Flex-config.xml
- Flex-webtier-config.xml
- Mxml-manifest.xml
- Copy the new "fds" 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 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.
- Restart ColdFusion.
