After you define the Dreamweaver remote folder, specify a folder to process dynamic pages. Dreamweaver uses this folder to display dynamic pages and connect to databases while youre developing your application.
The Testing Server screen appears. Dreamweaver needs the services of a testing server to generate and display dynamic content while you work. The testing server can be your local computer, a development server, a staging server, or a production server, as long as it can process ColdFusion pages. In many situations, including setting up for the Cafe Townsend site, you can use the same settings as the Remote Info category (see Defining a remote folder) because they point to a server capable of processing ColdFusion pages.
Dreamweaver enters the settings you specified in the Remote Info category. Leave the settings unchanged.
To display live data in your pages while you work, Dreamweaver creates a temporary file, copies it to the websites root folder, and attempts to request it by using the URL prefix.
NOTE |
|
Dreamweaver makes a best guess at the URL prefix based on the information you provided in the Site Definition dialog box. However, if the suggested URL prefix is incorrect, correct the URL or enter a new URL prefix. For more information, see "Setting the URL prefix" in Using Dreamweaver. |
If the folder specified in the Remote Folder text box is c:\CFusionMX7\wwwroot\MySampleApps, the URL prefix should be as follows:
http://localhost:8500/MySampleApps/
NOTE |
|
The ColdFusion web server runs on port 8500 by default. |
TIP |
|
The URL prefix should always specify a folder, rather than a particular page on the site. Also, be sure to use the same capitalization you used when you created the folder. |
After you specify a folder to process dynamic pages, upload the sample files to the web server. (See Uploading the sample files.)