Re: CFMX Server and Flash Remoting

2003-12-01 Thread Kevin Pompei
Try http://myserver.com:8500/flashservices/gateway/ and see if it has been configured for the built-in web server. I had trouble when I upgraded a demo install to a licensed copy.  I was never able to get remoting working on the IIS instance.  I had to do a complete reinstall.  (This was on MX 6.0

RE: CFMX Server and Flash Remoting FIXED

2003-12-01 Thread Dave Watts
> I had to add an ISAPI filter called "JRunConnectorFilter" > that pointed to the Jrun DLL. I guess this is only needed > for remoting then? Because its not listed under IIS's master > properties or any of my other sites and yet they still serve > cfm pages fine. JRun provides a single DLL tha

Re: CFMX Server and Flash Remoting FIXED

2003-12-01 Thread Brook Davies
Well, I finally got it to work. This post http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143&threadid=676499&highlight_key=y&keyword1=flash helped. I had to add an ISAPI filter called "JRunConnectorFilter" that pointed to the Jrun DLL.  I guess this is only needed for remoting

CFMX Server and Flash Remoting

2003-12-01 Thread Brook Davies
I can't get flash remoting to work on my server. I get a 404 when I go to: http://myserver.com/flashservices/gateway/ I tried the technote at http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htm With no success. Anyone else in this boat? Any suggestions? Brook