Re: Creating a DataSource and Connection in Tomcat for MYsql Database

2002-10-08 Thread Niclas Hedhman
On Tuesday 08 October 2002 22:29, Arul wrote: > Hi All > > I had created a DataSource in Tomcat Admin Console. > But i am not getting a connection > > ds.getConnection() > > results in error. > The error is java.sql.SQLException : cannot load JDBC Driver class null > > But while creating the datas

Creating a DataSource and Connection in Tomcat for MYsql Database

2002-10-08 Thread Arul
Hi All I had created a DataSource in Tomcat Admin Console. But i am not getting a connection ds.getConnection() results in error. The error is java.sql.SQLException : cannot load JDBC Driver class null But while creating the datasource i had given the driverclassname as org.gjt.mm.mysql.Driver