Operation Manual

Twitter™ and Facebook posts are not covered under the terms of Creative Commons.
Legal Notices | Online Privacy Policy
Localhost
Note:
http://www.mystartup.com/warehouse/
Refers to the home directory in your URLs when the client (usually a browser, but in this case Dreamweaver) runs on the same
system as your web server. Suppose Dreamweaver is running on the same Windows system as the web server, your home directory is
c:\sites\company, and you defined a virtual directory called warehouse to refer to the folder you want to use to process dynamic pages. The
following are the Web URLs you would enter for selected web servers:
By default the ColdFusion MX 7 web server runs on port 8500, the Apache web server runs on port 80, and the Jakarta Tomcat web server
runs on port 8080.
For Macintosh users running the Apache web server, your personal home directory is Users/MyUserName/Sites, where MyUserName is your
Macintosh user name. An alias called ~MyUserName is automatically defined for this folder when you install Mac OS 10.1 or higher. Therefore,
your default Web URL in Dreamweaver is as follows:
http://localhost/~MyUserName/
If the folder you want to use to process dynamic pages is Users:MyUserName:Sites:inventory, then the Web URL is as follows:
http://localhost/~MyUserName/inventory/
Choosing an application server
Preparing to build dynamic sites
Web server Web URL
ColdFusion MX 7 http://localhost:8500/warehouse/
IIS http://localhost/warehouse/
Apache (Windows) http://localhost:80/warehouse/
Jakarta Tomcat (Windows) http://localhost:8080/warehouse/
481