I'm trying to get Flash Remoting working in the Developer's Edition of ColdFusion MX 7. I'm running Ubuntu linux using Apache as my webserver. ColdFusion is properly installed and running through Apache via the mod_jrun20.so module.
I've read all the documentation, and am trying to use Flash Remoting to display data I'm returning from a query made in a CFC. My 2 main questions are: 1) Should Flash Remoting automatically work if ColdFusion is being served via apache through the mod_jrun20.so module? I'm unsure if the flash services gateway which is specified/setup in the web.xml and gateway-config.xml under wwwroot/WEB-INF only sets up the gateway if you're using the ColdFusion standalone server, or if the mod_jrun20.so reads the gateway setup from these configuration files as well? Anyone that understands these details and if it works through apache please confirm/clarify my understanding. 2) If I have an alias set to a location outside of the ColdFusion webroot (i.e., let's say i have a site alias of /mysite pointing to /usr/local/sites/mysite), how do I get the Flash Remoting gateway (pointed to at the default http://localhost/flashservices/gateway) to know that the component I want is at the alias? I currently have a Custom Tags path setup pointing to /usr/local/sites/mysite/cfcs, which is where I have all my CFC's for the application. In the Flash application, I'm doubtful that: var myService:Service = new Service("http://localhost/flashservices/gateway", null, "MyCFC", null, null); will know to point to the CFC in the custom tag path rather than the coldfusion webroot. Please respond if this question is unclear. Greg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:14:4110 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/14 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:14 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.14 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
