Thursday, April 16, 2009

Preview

If you have coldfusion local server installed on your machine you may in a few steps configure idea to put cfml pages to the web root directory and open browser on specefied page to view the result. (As it is the first version, I suppose it will be modified a lot).

Here they are:

1 Step: Add ColdFusion Facet



2 Step: Specify ColdFusion web root directory on your file system


By default on windows it is C:\ColdFusion8\wwwroot

3 Step: Specify relative folder


You may use nested directories. If it does not exists it will be created under web root and all files under project will be copied there on compilation stage.

4 Step: Manage run configurations


Add ColdFusion Run Configuration

5 Step: Specify any page from your project as a start one


You may change server URL also (by default it is localhost:8500)

And you are done!