Skip to content
Jorge Reyes edited this page Jun 3, 2015 · 1 revision

Finally you just have to run the feed.generate event in your browser to compile this data into a feed.

// Standard link
http://[localhost]/coldbox/index.cfm?event=feed.generate

// With SES routing
http://[localhost]/coldbox/index.cfm/feed/generate

[localhost] should be replaced with the server address.

Assuming everything went okay you should have seen the message Congratulations the feed was successfully updated. You can now point your web browser or feed reader to the feed.rss event to display or use the feed.

Clone this wiki locally