Don’t forget the drivers!
Uncategorized | (3)
I've been reading Matt Woodward's entry Setting Up a Mac for ColdFusion Development and I've noticed he's missed one minor, but kind of important thing - in order for ColdFusion to be able to connect to datasources that use the downloaded drivers, you actually need them findable in the ColdFusion classpath. So, Matt's recommendation that you place your drivers somewhere convenient isn't quite right.
My personal preference is to put them in the {cf_installation}/servers/lib directory, making them available to all your ColdFusion server instances (you are using server instance separation for all your different projects, right?). However, in my setup ...