SQLException  
OCC Sat Nov 17 02:16:53 GMT 2007
 
Hi,

I have MySQL Server 5.0 and a JDBC connector jar of verion 5.0.8 installed in my Windows XP machine. I'm running Tomcat 5.5. I used the same poolConfig and server.xml from previous version and driver of MySQL but got a SQLException
Cannot create JDBC driver of class '' for connect URL 'null'

I tried to connect to the database without pooling and it works.

All the pools seem to start up OK.

Any suggestion?

Thanks,

OCC

 
sedj Sat Nov 17 10:18:25 GMT 2007
 
When you say "I have the same poolConfig as previous version", do you mean you are moving from version 2 to version 3, or something else ?
Sounds like the pool config is the problem though. Perhaps you can post it ...