Dreamweaver CS4 | ![]() |
Dreamweaver CS4 Resources |
Creating a root folder for the applicationAfter signing up with a web hosting company or setting up the server software yourself, create a root folder for your web application on the computer running the web server. The root folder can be local or remote, depending on where your web server is running. The web server can serve any file in this folder or in any of its subfolders in response to an HTTP request from a web browser. For example, on a computer running ColdFusion 8, any file in the \ColdFusion8\wwwroot folder or any of its subfolders can be served to a web browser. The following are the default root folders of selected web servers:
To test the web server, place a test HTML page in the default root folder and attempt to open it by entering the page’s URL in a browser. The URL comprises the domain name and the filename of the HTML page, as follows: www.example.com/testpage.htm. If the web server is running on your local computer, you can use localhost instead of a domain name. Enter one of the following localhost URLs to match your web server:
Note: By default the ColdFusion web server runs on port 8500 and
the Apache web server for Windows runs on port 80.
If the page doesn’t open as expected, check for the following errors:
|