On 2/22/07, Cutter <[EMAIL PROTECTED]> wrote:
> Sent this last night, but it never made it to the list?

yes it did, the moderators usually hold folks' first posting.

> mapping. What do I need to do to my ColdFusion server in order to do
> local development?

nothing, though you might want to turn on flex's cf mapping bits if
you stuff your CFCs in cf mapped dirs, in services-config.xml,

<!-- Use the ColdFusion mappings to find CFCs, by default only CFC
files under your webroot can be found. -->
<use-mappings>false</use-mappings>

change <use-mappings>false</use-mappings> to true.

when you start a new flex project, make sure you tell FB you want cf
remoting & then point your root folder at something like:

F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war

where F: is a mapped drive on our remote cf server.

Reply via email to