CF10 Flash Remoting
Hi all,
upgraded to CF10 from 9 this week and just realised that Flash Remoting is no longer working. Any idea how I enable it within CF10?
Thanks
Hi all,
upgraded to CF10 from 9 this week and just realised that Flash Remoting is no longer working. Any idea how I enable it within CF10?
Thanks
yes...if I put the servername rather than localhost I get an empty page back - i.e.
<html><head></head><body></body></html>
Hi Phil, In ColdFusion10\config\wsconfig\1\uriworkermap.properties file
/cfformgateway/* = cfusion
/CFFormGateway/* = cfusion
/flex2gateway/* = cfusion
/flex2gateway = cfusion
/cffileservlet/* = cfusion
/CFFileServlet/* = cfusion
/cfform-internal/* = cfusion
/flashservices/gateway/* = cfusion
/flashservices/gateway = cfusion
/flex-internal/* = cfusion
/rest/* = cfusion
/*.cfml/* = cfusion
/*.mxml = cfusion
/*.as = cfusion
/*.cfm = cfusion
/*.cfm/* = cfusion
/*.swc = cfusion
/*.cfml = cfusion
/*.cfc = cfusion
/*.cfc/* = cfusion
/*.cfr = cfusion
Add the bolded line above. I may add take a copy of uriworkermap before changes.
Restart IIS and maybe restart CF tho IIS restart should be enough to apply change.
Test your flash.
HTH, Carl.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.