Setting up Dreamweaver to create ColdFusion pages and applications is very similar to setting up Dreamweaver for creating HTML pages:
On the Basic tab, enter the following information, clicking Next at the bottom of each screen:
URL to browse to the root of your site: http://localhost:8500/MyColdFusion/
Note: If you are using Microsoft IIS or Apache web server instead of the built-in JRun Web Server (JWS) for ColdFusion, do not use port 8500 in the URL. Also, the physical directory you specified in the previous step, "Edit and test locally, storing your files at," must correspond to the web root for your web server. Check your web server's documentation to figure out the physical directory of your web root.
Note: Never save any database within the web root or any of its subfolders in a production web application. Doing so is a security risk because it enables users to download the database if they can guess its name and directory location.