Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Working with ColdFusion pages > Creating a ColdFusion page Saving your ColdFusion page PreviousNext

Saving your ColdFusion page

In order for the ColdFusion server to process the page, you must save the ColdFusion page on a computer where the ColdFusion MX is installed. If you are creating your pages on a local server (on which ColdFusion is running), then you can save the pages locally; if you are using a remote server, then you must save your pages on that server.

If you are using the ColdFusion MX J2EE configuration, you typically save ColdFusion pages under the ColdFusion web application root. For example, in the default directory structure when using the J2EE configuration with JRun, you save pages under jrun_root/servers/cfusion/cfusion-ear/cfusion-war. When using JRun, you can also run the Web Server Configuration Tool and save pages under your web root directory.

Tip: ColdFusion MX on Macintosh OS X uses the J2EE configuration.

To save the code you typed to create a ColdFusion page:

  1. Create a new directory called test under the web_root or web_application_root directory.
  2. In the test directory, save the file as cfpage.cfm.

Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Working with ColdFusion pages > Creating a ColdFusion page Saving your ColdFusion page PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.