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 9 | 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.