There is an article at webmonkey with a great way to dynamically 
create static content with ColdFusion:

http://hotwired.lycos.com/webmonkey/02/26/index4a.html?tw=programming

David Murphy
www.cfugcny.org

= = = Original message = = =

> What is the easiest way to use CFMX to generate static 
> HTML pages from dynamic content. I want to store the 
> pages as .html pages in the web server root, rather 
> than in the CFMX server root. The static site will 
> be accessed with no load on the CFMX server.

Some people have suggested using CFSAVECONTENT and CFFILE from 
within your
page, or using CFHTTP. I'll instead suggest using an external 
HTTP fetch
utility, like wget, to spider through your content. The advantage 
of this is
that you don't have to make any changes to your existing code, 
and you don't
put extra work on CF as you would with CFHTTP.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to