User guide
51
INSTALLING COLDFUSION 9
Installing Integrated Technologies
Last updated 1/20/2012
3 Remove the comments so that the line appears as follows.
<adapter>coldfusion.flash.adapter.CFWSAdapter</adapter>
4 Save the file.
5 Restart ColdFusion.
For more information on Flash Remoting, see the Developing Adobe® ColdFusion® 9 Applications guide.
Installing Flash Remoting Update
Flash Remoting Update lets you create rich Internet applications by using Adobe® Flash™ Builder™, with the advanced
data retrieval features of ColdFusion, such as the c
fpop, cfldap, and cfquery tags. Also, you can use Flash Remoting
Update to create Flash Forms and SWF applications that contain features, such as server callbacks and customized user
interface.
Install Flash Remoting Update
1 Install ColdFusion 9.
2 If your ColdFusion server uses something other than port 8500, do the following:
a Open the file <cf_root>\wwwroot\Web-INF\flex\services-config.xml.
b Change the following to specify the port that you are using in the endpoint URL:
<endpoint uri="http://localhost:8500/flex2gateway/" in flex-services.xml
c Save the file.
d Restart the ColdFusion server.
Installing LiveCycle Data Services Manually
To use LiveCycle Data Services ES 2.6.1 with ColdFusion 9, you need to manually install it after completing your
ColdFusion 9 installation.
Before you proceed, download LCDS2.6.1_for_CF9.zip from the Adobe website or copy it from the ColdFusion 9
DVD and extract it.
Note: The following instructions use the term “lcds_install_root” to refer to the installation home directory for LiveCycle
Data Services ES 2.6.1.
Before you start the installation:
1 Shut down ColdFusion 9 server if its running.
2 Copy the ColdFusion9/lib/flex-messaging*.jar files to a backup location. For a multiserver installation or a J2EE
installation, these files are located in the WEB-INF/cfusion/lib directory.
3 Copy the lcds_install_root/resources/lib/flex-messaging*.jar files and overwrite them in the ColdFusion /lib
directory.
4 Copy "LCDS2.6.1_for_CF9/WEB-INF/flex/jars/cfdataservicesadapter.jar" to ColdFusion WEB-INF/flex/jars.