You can't 'surf' the gateway, as a browser isn't a valid remoting client. You
can only connect to it via Flash Remoting. All you need to do is visit
http://www.macromedia.com/software/flashremoting/downloads/components/ and
download the components for your version of Flash. After they are installed,
visit http://www.sitepoint.com/article/coldfusion-mx-flash-remoting for a basic
tutorial.
Jens Hauser - 05 Nov 2005 15:56 GMT
I found this technote
http://www.macromedia.com/support/coldfusion/j2ee/cfmx7j2ee_enabling.html#enablefr
Enabling web services access for Flash Remoting MX
By default, Flash Remoting cannot access ColdFusion MX 7 through web
services, so you must manually enable Flash Remoting.
To enable Flash Remoting to access ColdFusion MX 7 through web services:
1.. Open the cf_webapp_root/WEB-INF/gateway-config.xml file in a text
editor.
2.. Locate the CFWSAdapter line and remove the comments that surround it:
<adapter>coldfusion.flash.adapter.CFWSAdapter</adapter> 3.. Save the file.
4.. Restart ColdFusion.
I hope this will fix the problems i have.
> You can't 'surf' the gateway, as a browser isn't a valid remoting client.
> You
[quoted text clipped - 5 lines]
> basic
> tutorial.