Adobe 38043740 User Guide - Page 75

Installing Flash Remoting Update

Page 75 highlights

ADOBE COLDFUSION 8 71 Installing and Using ColdFusion Enable Flash Remoting to access web services through ColdFusion 8 1 Open the cf_root/WEB-INF/gateway-config.xml file in a text editor. 2 Locate the following line. 3 Remove the comments so that the line appears as follows. coldfusion.flash.adapter.CFWSAdapter 4 Save the file. 5 Restart ColdFusion. For more information on Flash Remoting, see the ColdFusion Developer's Guide. Installing Flash Remoting Update Flash Remoting Update lets you create rich Internet applications by using Adobe® Flex™ Builder™, with the advanced data retrieval features of ColdFusion, such as the cfpop, cfldap, and cfquery tags. Also, you can use Flash Remoting Update to create Flash Forms and Flash applications that contain features, such as server callbacks and customized user interface. Install Flash Remoting Update 1 Install ColdFusion 8. 2 If your ColdFusion server uses something other than port 8500, do the following: a Open the file \wwwroot\Web-INF\flex\services-config.xml. b Change the following to specify the port that you are using in the endpoint URL:

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

71
ADOBE COLDFUSION 8
Installing and Using ColdFusion
Enable Flash Remoting to access web services through ColdFusion 8
1
Open the
cf_root
/WEB-INF/gateway-config.xml file in a text editor.
2
Locate the following line.
<!--<adapter>coldfusion.flash.adapter.CFWSAdapter</adapter>-->
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
ColdFusion Developer’s Guide
.
Installing Flash Remoting Update
Flash Remoting Update lets you create rich Internet applications by using Adobe® Flex™ 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 Flash applications that contain features, such as server callbacks
and customized user interface.
Install Flash Remoting Update
1
Install ColdFusion 8.
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.