Not that you are really missing anything here but it's a pain in the ass do what you are interested in doing with the built in webserver. You need to edit the .xml config files and restart coldfusion for this stuff to take effect.
The quickest way to do what you are looking to do is the following. Go to Add/Remove programs click Add/Remove windows components on the right. Verify IIS is installed. If not check the box for IIS and let that run it's course. Not sure if a restart is needed but if it is, do so now. Now go to the control pannel, onto the Administration tools and open Internet Information Services. Change the home directory to the website you are developing on and click save, close Click Start and look for Macromedia or Adobe folder depending on what version of coldfusion you have installed then look for a sub menu called Web Server Configuration Tool. This Box should be blank I beleive, Click Add Then under the Web Server information make sure you have IIS Highlighted. Also check the box for Configure web server for Coldfusion MX applications, and that all IIS sites is selected in the dropdown box. then click OK Load http://localhost/ in your browser and your website should pull up unless you have specific mappings set in your application that are not configured for your local directory structure. That's a quick and dirty version. I might be missing something if this is the case, let me know it doesn't work and I'll assist you further with setting up IIS. My previous post would come after these steps so you can manage multiple dev locations without having to reset the home directory every time you switch sites in Dreamweaver. Dreamweaver testing server should be setup with http://localhost On 5/1/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > >To do that, you'd have to configure your web server first, so that it > points > >to c:\cfusionmx7\wwwroot\whateverthesitefolderis instead of just wwwroot. > > > > Ok, dumb question. I've never done anything other than defining a site, > and pointing it to my root folder. > > How the heck do I configure the built-in webserver to point to each site > root for each site? Isn't that what I'm doing when I'm defining a site? What > am I missin here? > > Thanks, > Will > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276721 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

