Title: Message
When running CF with IIS it is not necessary to specify a port when connecting a flash app to remoting.
 
Adaryl "Did you reboot?" Wakefield
Aviator by passion
Programmer by sheer force of will
----- Original Message -----
Sent: Friday, February 13, 2004 8:08 AM
Subject: RE: [KCFusion] setting change pt 2

That URL works for me. Blank page. So your issue is resolved? Or are you still having an issue with it?
 
Jim T. Pickering
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, February 13, 2004 7:25 AM
To: [EMAIL PROTECTED]
Subject: Re: [KCFusion] setting change pt 2


Your flash remoting is turned on at keys.org.  If you went to the following link it gives you a blank page, which is a sign that it is turned on.  If it was available it would give you a 404 or page cannot be displayed error.




http://www.keys.org/flashservices/gateway








"Adaryl Wakefield" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

02/12/2004 02:34 PM
Please respond to KCFusion

       
        To:        <[EMAIL PROTECTED]>
        cc:        
        Subject:        Re: [KCFusion] setting change pt 2


The reason im asking is that i made the change and my flash app is still not working.
 
Adaryl "Did you reboot?" Wakefield
Aviator by passion
Programmer by sheer force of will

----- Original Message -----
From: Adaryl "Bob" Wakefield
To: [EMAIL PROTECTED]
Sent: Thursday, February 12, 2004 2:11 PM
Subject: [KCFusion] setting change

I got this advice a while back. I just got around to it today. Am I going to need to reboot or restart anything?
A.
 
 
Actually Ryan - I think Flash Remoting is turned on by default in CFMX
6.1, but not for Web Services Access.

>From the MM site - URL -

http://www.macromedia.com/support/coldfusion/j2ee/cfmxj2ee_enabling.html
:

By default, Flash Remoting cannot access ColdFusion MX 6.1 through web
services, so you must manually enable Flash Remoting.

To enable Flash Remoting to access ColdFusion MX 6.1 through web
services:

Open the cf_root/WEB-INF/web.xml file in a text editor.
Locate the servlet definition for FlashGateway and change the
DISABLE_CFWS_ADAPTERS init-param from true to false, as follows:
<servlet>
 <servlet-name>FlashGateway</servlet-name>
...
   <init-param>
     <param-name>DISABLE_CFWS_ADAPTERS</param-name>
     <param-value>false</param-value>
     <description>When set to true, this setting disables the
       ColdFusion WebServices Adapters in the gateway.</description>
   </init-param>
</servlet>

Save the file.

Another URL with this info:

http://livedocs.macromedia.com/coldfusion/6.1/ibmdocs/using7.htm

Jim T. Pickering

Adaryl "Did you reboot?" Wakefield
Aviator by passion
Programmer by sheer force of will


Reply via email to