Hey,
We use the <CFTRY> and <CFCATCH> tags to handle any errors produced from coldfusion... something like this...
<CFTRY>
...CFM content...
<CFCATCH TYPE="Any">
<CFLOCATION URL="app_error.cfm" ADDTOKEN="No">
</CFCATCH>
</CFTRY>
This will direct any errors to a app_error.cfm file that could display some type of "Sorry, temporary problems.." type of thing.
Ryan [sig][/sig]