View comments | RSS feed
Contents > Installing and Using ColdFusion MX > Configuring Your System > Enabling web services access for Flash Remoting PreviousNext

Enabling web services access for Flash Remoting

By default, Flash Remoting cannot access ColdFusion MX 6.1 through web services.

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

  1. Open the cf_root/wwwroot/WEB-INF/web.xml file in a text editor. In the J2EE configuration, open cf_root/WEB-INF/web.xml.
  2. 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>
    
  3. Save the file.

Contents > Installing and Using ColdFusion MX > Configuring Your System > Enabling web services access for Flash Remoting PreviousNext

ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


jipai said on Dec 3, 2003 at 1:10 PM :
This is incorrect, DISABLE_CFWS_ADAPTERS does NOT exist in web.xml in an installation of MX then 6.1. Do you even read and follow your own instructions?
Barnaby said on Dec 5, 2003 at 4:33 PM :
jipai is right - this entry is not in the file.
jrunrandy said on Dec 8, 2003 at 6:02 AM :
Thanks to jipai and Barnaby for the feedback. This page should include a note that say something like:

If you are upgrading from ColdFusion MX to ColdFusion MX 6.1, you must add the complete init-param element (and sub-elements).

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/config25.htm