- ColdFusion root would be the base installation folder for ColdFusion
(Windows: C:\Coldfusion9.... Mac: /Applications/Coldfusion9)

- Web Root will be the wwwroot directory within the Coldfusion folder

- Root URL is http://localhost:8500


I would seriously question the decision of the individual you hired for
Flex if they are unable to get this setup... sorry... i know that sounds
very arrogant but I wouldn't want you throwing money away on this...

The thing to remember with ColdFusion is that when defining channels and
destinations within the various xxx-config.xml files is that they refer to
the ColdFusion installation location for web roots, etc... not the IIS
locations even if you're serving the web content from your inetpub
directory.

To get the CF debugging setup, you need to define a server instance inside
ColdFusion builder and then define your CF project to use that server...
you then "Run" your CF project in Debug mode to kick off the debugging
breakpoints you put into the CF code will get caught as the CF content is
called and run from your Flex app.


Brendan




On Mon, Jan 7, 2013 at 10:43 AM, jmfamp <[email protected]> wrote:

> **
>
>
> I have hired someone to work on a Flex application. It uses remoteObject
> to connect to ColdFusion. The gentleman I hired does not know how to set up
> a local environment and it seems it ought to be easy to set up the remote
> server to work.
>
> I've tried everything I can think of (granted it is a short list). Can
> anyone help me figure out what to put in the following fields:
>
> ColdFusion root folder:
>
> Web root:
>
> Root URL:
>
> Some background information on remote server: It is a vps running
> ColdFusion 9. The server is located in the default location. When I compile
> my app locally and ftp it to the server, it works without change. However,
> when the person I hired goes to set up the project, it says the folder does
> not exist (which is doesn't...as Flex is looking locally).
>
> I would like to be able to set it up so he can compile and debug against
> the remote application. Any help would be greatly appreciated.
>
> Mark
>
>  
>

Reply via email to