在文本编辑器中打开 cf_root/wwwroot/WEB-INF/web.xml 文件。在 J2EE 配置中,打开 cf_root/WEB-INF/web.xml。
在 ColdFusion MX Updater 3 及更高版本中,默认情况下禁用使用 Flash 网关从 Macromedia Flash 访问 Web 服务。要启用访问,请使用本技术文件中提供的步骤。
要启用从 Macromedia Flash 访问 Web 服务,请执行以下步骤:
ColdFusion MX 6.1<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>
<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>
登录到您的帐户