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=143threadid=676499highlight_key=ykeyword1=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 then? Because its 
not listed under IIS's master properties or any of my other sites and yet 
they still server cfm pages fine.

Brook

At 10:16 AM 12/1/2003, you wrote:
I can't get flash remoting to work on my server. I get a 404 when I go to:
http://myserver.com/flashservices/gateway/http://myserver.com/flashservices/gateway/

I tried the technote at
http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htmhttp://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htm

With no success. Anyone else in this boat? Any suggestions?

Brook Davies

--
[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 that can be configured as an ISAPI filter, an
ISAPI extension, or both. It's my understanding that, by default, when you
run the JRun web server configuration tool (wsconfig), that it configures
IIS to use the DLL as both a filter and an extension.

However, all that's needed to serve standard .cfm pages is the ISAPI
extension, I think.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]