Skip to main content
Participant
July 13, 2009
Question

Problem Configuring CFBuilder with Virtual Directories

  • July 13, 2009
  • 1 reply
  • 940 views

I'm trying to set up CFBuilder using CF8 with IIS 7 and virtual

directories for my web root and I can't seem to get the right settings ...

When I specify the doc root in the server setup ... I'm passing

c:\vir_dir  ~ Then I add an existing project (1_CF) under c:\vir_dir_work\ ...

If I attempt to open the index page in the internal browser ... it works... but, if

I try to open any other page in the project it simply opens up the

index page in the internal browser ... Got any suggestions ... or does

CFBuilder only support c:\<cfversion>\wwwroot for a local server ... ?

This topic has been closed for replies.

1 reply

Participating Frequently
July 13, 2009

Make sure you have given the webserver port same as port on which Virtual Directory is running. Also you given document root in Server dialog as location of virtual directory.

Check you able to see the sample URL generated is corrected for project created under virtual directory. To see the sample URL for project. Go to Menu Project->propoerties->ColdFusion Server Settngs->Sample URL.

Participant
July 13, 2009

Dohhh ... This problem was resolved as soon as I restarted the computer ....

Thanks for the advice ...