Operation Manual

Table Of Contents
86
Site management
Last updated 11/30/2015
Note: 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/
More Help topics
Automatic pushing of dynamic files
A dynamic document is automatically pushed to the testing server whenever you edit and save it in Live view or Code
view. If you want to disable auto push of dynamic files, you can do so in the server settings. For more information, see
Disable auto push of dynamic files .
When the files are auto-pushed, Dreamweaver also pushes the dependent files if they are not present on the testing
server. If the dependent files are already present on the server, then only the server-side document is pushed to the
testing server.
Consider the following scenarios:
Scenario 1: You make changes to the source code and dependent files. The focus is in thesource code when you click
Save.
In this case, the following dialog box that lists all the affected, dependent files appears:
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/