Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Ray Buechler #1
Flash Remoting Gateway not working properly
Basic configuration info:
Windows 2000 server running IIS
Coldfusion MX7 with hotfix 2
Here is the issue. On my production server data will not load in cfgrid.
The grid renders but all I get is the clock with spinning hands that
will go on into perpetuity if I do not close the browser.
I get page not found when I go to [url]http://mysite.com/flashservices/gateway/[/url]
Mike Nimer at MM recommended rerunning the IIS connectors. I did this
and the problem still persisted. I then decided to do a complete
re-install of Coldfusion MX7. I uninstalled CFMX and made sure there
were no residual registry entries. I re-installed and still no luck.
I do not get any errors in the log files. I wrote some really simple
test code that works fine on my development server.
I'm completely stumped here. Does anyone have any insight?
Thanks,
Ray
Ray Buechler Guest
-
Flash Remoting not Working
Flash Remoting not Working on other domains on same machine. Flash Remoting does work under the default domain in which I installed Cold Fusion... -
CFMX7 and Remoting (/flashservices/gateway) Help
I have CFMX7 Standard and I can't seem to get flash remoting to work. When I browse /flashservices/gateway I get a 404 instead of a blank page... -
ColdFusion and Flash Remoting Gateway problem
Ok here is the setup: FlashMX2004 (not pro) Doing a very simple test run of remoting. I am working only localy so there is not actual server... -
Macromedia Flash Player installed and working properly suddenlys stops working..
No idea what has caused the Flash player to stop working. This is not my machine but a relatives who has asked for help over the T'giving... -
CFMX 7 Flash remoting is not working.
On CFMX 7 J2EE, We cannot get flash remoting to run. Whenever we run http://xxx.xxx.xxx.xxx/flashservices/gateway we get a 404 error in IIS. On... -
mattw #2
Re: Flash Remoting Gateway not working properly
I'm thinking I saw something about the flashservices/gateway is not supposed to
work in CF 7.
Make sure in your actionscript you changed the http: info from the name of
your development site to the production site.
MW
mattw Guest
-
Abinidi #3
Re: Flash Remoting Gateway not working properly
[url]http://mysite.com/flashservices/gateway/[/url] will not return a page, as it is
disabled due to security now in 7.
You will also need to edit the gateway-config.xml file to allow it:
Uncomment <adapter>coldfusion.flash.adapter.CFWSAdapter</adapter> under the
<service-adapters>
Abinidi Guest
-
Ray Buechler #4
Re: Flash Remoting Gateway not working properly
I was under the impression that if the remoting gateway was working
correctly that you got a blank page and if it was not working correctly
that you got a page not found error message.
This is all done in cf using cfform and cfgrid. There is no actionscript
other than what CFMX7 generates behind the scenes.
I have uncommented <adapter>coldfusion.flash.adapter.CFWSAdapter</adapter>
Still no dice.
Thanks for the help guys.
Ray
mattw wrote:> I'm thinking I saw something about the flashservices/gateway is not supposed to
> work in CF 7.
>
> Make sure in your actionscript you changed the http: info from the name of
> your development site to the production site.
>
> MW
>Ray Buechler Guest
-
Neo Rye #5
Re: Flash Remoting Gateway not working properly
Open IIS, expand your websites, expand the specific website you are working with. Do you see CFID mapped here? If not, you need to have CFID mapped under the domain for cfgrid to work.
Neo Rye Guest



Reply With Quote

