Posted At : August 13, 2008 1:07 AM
NOTE the example from the adobe site has the quotes in the wrong place. Note you also need to change [cf_webapp_root] to match the location on your machine.
After I enabled Datasource security I began to receive the following error, a bit of digging reminded me that the MySQL connector tries to do some autoconfiguration for coldfusion to optimise it.
It was failing to load the configuration file which is inside the mysql connector jar file /com/mysql/jdbc/configs/coldFusion.properties
I haven't gotten to the bottom of why it couldn't be loaded but adding the following to the datasource query string fixed it up:
I would suggest adding some of the settings from this file as paramaters in your datasource settings as per previous post
Note: This was using the following:
Hope it helps. Cheers, Mark
0 Comments