User Guide

Table Of Contents
810 Chapter 33: Using the Flash Remoting Service
ColdFusion MX 7 configures Flash gateways differently from previous ColdFusion MX releases.
Parameters that worked prior to this release are no longer supported, and you specify all
configuration parameters in the gateway-config.xml file. Also, the Flash gateway now supports a
whitelist, which specifies which remote sources can be accessed through the gateway. The two
web.xml entries that identify the whitelist should specify your gateway-config.xml file and
gateway-config as the parent node.
You can modify the gateway-config.xml file to configure service adapters, add service names to
the whitelist, change the logging level, and specify how the gateway handles case sensitivity.
You can configure gateway features in the gateway-config.xml file as follows:
Feature Description
service
adapters
By default, the PageableResultSetAdapter, the ColdFusionAdapter, the
CFCAdapter (for ColdFusion components), and the CFSSASAdapter (for server-
side ActionScript) adapters are enabled in ColdFusion.
You can also enable the JavaBeanAdapter, JavaAdapter, EJBAdapter,
ServletAdapter, and CFWSAdapter (for web services) by removing their enclosing
comment symbols (<!-- and -->). The following service adapter tags are defined as the
default tag values:
<service-adapters>
<adapter>flashgateway.adapter.resultset.PageableResultSetAdapter
</adapter>
<adapter>coldfusion.flash.adapter.ColdFusionAdapter</adapter>
<adapter>coldfusion.flash.adapter.CFCAdapter</adapter>
<adapter>coldfusion.flash.adapter.CFSSASAdapter</adapter>
<!-- <adapter type="stateful-class">flashgateway.adapter.java.
JavaBeanAdapter</adapter> -->
<!-- <adapter type="stateless-class">flashgateway.adapter.java.
JavaAdapter</adapter> -->
<!-- <adapter type="ejb">flashgateway.adapter.java.EJBAdapter
</adapter> -->
<!-- <adapter type="servlet">flashgateway.adapter.java.ServletAdapter
</adapter> -->
<!-- <adapter>coldfusion.flash.adapter.CFWSAdapter</adapter> -->
</service-adapters>