-
1. Re: CF10 Flash Remoting
Petro Bochan Aug 23, 2013 4:32 AM (in response to phil ashby)What does this url produce - http://localhost/flashservices/gateway/? Mind ending slash.
-
2. Re: CF10 Flash Remoting
phil ashby Aug 23, 2013 5:27 AM (in response to Petro Bochan)Page not found....
-
3. Re: CF10 Flash Remoting
Petro Bochan Aug 23, 2013 7:33 AM (in response to phil ashby)Does it produce same result with and without ending forward slash?
-
4. Re: CF10 Flash Remoting
phil ashby Aug 23, 2013 7:45 AM (in response to Petro Bochan)yes...if I put the servername rather than localhost I get an empty page back - i.e.
<html><head></head><body></body></html>
-
5. Re: CF10 Flash Remoting
Petro Bochan Aug 23, 2013 10:54 AM (in response to phil ashby)Tha's the point. If you get a blank page back with no errors - that means Remoting is installed, up, and running.
-
6. Re: CF10 Flash Remoting
carl type3 Aug 23, 2013 1:54 PM (in response to phil ashby)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 = cfusionAdd 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.
-
7. Re: CF10 Flash Remoting
phil ashby Aug 28, 2013 2:27 AM (in response to carl type3)Superb Carl - worked a treat!
Thanks



