Here are my config settings for web.xml and gateway-config.xml. I think
everything is configured correctly.
Web.xml
________________________________________________________________________
<servlet id="coldfusion_servlet_11">
<servlet-name>FlashGateway</servlet-name>
<display-name>Flash Gateway</display-name>
<description>Allows flash to connect to CFML and CFC
templates.</description>
<servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>
<init-param id="InitParamdca">
<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>
<init-param>
<param-name>DISABLE_SERVER_AUTHENTICATION</param-name>
<param-value>false</param-value>
<description>When set to true, this setting disables the server
authentication of users.</description>
</init-param>
<init-param id="InitParam_103401311064890">
<param-name>servlet.class</param-name>
<param-value>flashgateway.controller.GatewayServlet</param-value>
</init-param>
<init-param id="InitParam_1034013110642x">
<param-name>cfRootDir</param-name>
<param-value>./WEB-INF/cfusion</param-value>
</init-param>
<init-param>
<param-name>gateway.configuration.file</param-name>
<param-value>/WEB-INF/gateway-config.xml</param-value>
</init-param>
<init-param>
<param-name>whitelist.configuration.file</param-name>
<param-value>/WEB-INF/gateway-config.xml</param-value>
</init-param>
<init-param>
<param-name>whitelist.parent.node</param-name>
<param-value>gateway-config</param-value>
</init-param>
<init-param id="InitParam_1034013110643a">
<param-name>appServer</param-name>
<param-value>J2EE</param-value>
</init-param>
<load-on-startup>11</load-on-startup>
</servlet>
___________________________________________________________________________
gateway-config
___________________________________________________________________________
<gateway-config xmlns="http://www.macromedia.com/2004/gateway-config">
<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>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4