Skip to main content
Inspiring
January 5, 2011
Question

setting up local testing server for coldfusion 9 w dreamweaver on mac

  • January 5, 2011
  • 1 reply
  • 852 views

Hi All,

I'm rusty at this - need some help...

here's my files on mac-
... Applications/ColdFusion9/wwwroot/main/site1
how do I set the testing server up in DW?
local site ...

/Applications/ColdFusion9/wwwroot/main/site1

testing server
server field - i put...

/Applications/ColdFusion9/wwwroot/main/site1

web URL...

http://localhost:8500/site1/

then I test in browser:

http://localhost:8500/site1/test.cfm

but it fails with : FILE NOT FOUND

but this works but not what i want

http://localhost:8500/site1/test.cfm

I WANT the sub folder also!

What's wrong ?

    This topic has been closed for replies.

    1 reply

    revdaveAuthor
    Inspiring
    January 5, 2011
    I think i fixed it.... so please disregard...
    was this.........
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    now this..... and it works
    server field - i put...
    /Applications/ColdFusion9/wwwroot/
    web URL...
    http://localhost:8500/main/site1/