Skip to main content
October 12, 2011
Answered

Setting up CF in local computer

  • October 12, 2011
  • 1 reply
  • 1735 views

Hi,

I installed CF Developer version on my desktop (standard install with JRun).  The sites I have are currently running from

http://localhost:8500/site1

http://localhost:8500/site2

etc ...

Is there a way to configure CF so that I can call the sites from

http://site1

http://site2

etc ...

The reason I want to do this is so that I can access the root directory for each site.  Right now, if I use "/" from any site, it goes to "C:\ColdFusion9\wwwroot\".  I'd like for the root directory of site 1 to be at "C:\ColdFusion9\wwwroot\site1\".

    This topic has been closed for replies.
    Correct answer 12Robots

    There is no need to reinstall ColdFusion. Just install Apache and use the wsconfig tool to connect them.

    Instructions are near the bottom of the page here: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=configuring_07.html#1123947

    1 reply

    12Robots
    Participating Frequently
    October 12, 2011

    Yes, you need to use a web server to make that happen. Either IIS (If you are on Win7) or Apache would be good choices.

    October 13, 2011

    Thanks for the tip.  I will re-install CF on apache and give it a try.

    12Robots
    12RobotsCorrect answer
    Participating Frequently
    October 13, 2011

    There is no need to reinstall ColdFusion. Just install Apache and use the wsconfig tool to connect them.

    Instructions are near the bottom of the page here: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=configuring_07.html#1123947