Not sure about CF8, but previously, Application.cfm, OnRequestEnd.cfm are also treated with case sensitivity. On a *nix system, CF wouldn't find them (i.e., wouldn't treat them as it should) if they weren't spelled with the case-sensitive name.
Again, on *nix, since java is case-sensitive, it's best to be careful of your case when naming your cfc's too. Think this has to match the object call type, including case. Cheers, Kris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290179 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

