ColdFusion

New Covestor Website

Until quite recently I was working at a financial start-up called Covestor. Predominantly I was working on their website, but the project was not complete when Ieft. It was good to see covestor.com up today.

The primary technologies were Postgres, Groovy and ColdFusion running on *NIX. It was a rapid education in various areas, including finance IT and working with a alien codebase, and having to find my way around with no real assistance.

Snippet: AppDynamics Lite /etc/init.d/appdynamics

More for personal reference than anything else. I'm using it with ColdFusion.

Executing Groovy in ColdFusion

There's plenty of articles on loading Java in CF, but none for Groovy. Here's my guide.

Fix ColdFusion's Interminable "500 null" Page

When ColdFusion fails in certain fashions, e.g. syntactically incorrect cfscript, it doesn't always provide any reporting. It takes a bit of rooting around to find out that the /500.html page is shown to the user when this happens. However, if the onError function is missing (if you're using Application.cfc) or there is no cferror tag (in the case of Application.cfm), nothing is reported.

Solution: Create the appropriate function.

Subscribe to RSS - ColdFusion