jndi resource linking

2008-03-18 Thread Dustin Fortin
Hello, I am getting the following error when tomcat starts up: Cannot create JDBC driver of class ' ' or connect URL 'null' java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) at

Re: jndi resource linking

2008-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dustin, Dustin Fortin wrote: | I am getting the following error when tomcat starts up: Which Tomcat? | I have the mysql driver in lib, I dont believe that is the issue. Which 'lib'? Give us more information and we can probably help. Or, you

RE: jndi resource linking

2008-03-18 Thread Propes, Barry L
I have the mysql driver in lib, I dont believe that is the issue. I kind of do...I was about to ask if you were using or referencing the correct driver. I don't think you'd be getting this error if that was the case. Cannot create JDBC driver of class ' ' or connect URL 'null'

RE: jndi resource linking

2008-03-18 Thread Dustin Fortin
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tue 3/18/2008 5:23 PM To: Tomcat Users List Subject: Re: jndi resource linking -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dustin, Dustin Fortin wrote: | I am getting the following error when tomcat starts up

RE: jndi resource linking

2008-03-18 Thread Caldarale, Charles R
From: Dustin Fortin [mailto:[EMAIL PROTECTED] Subject: RE: jndi resource linking What archives are you mentioning below? This is my favorite: http://marc.info/?l=tomcat-user Searchable and there's very little GUI crap to get in the way. - Chuck THIS COMMUNICATION MAY CONTAIN

RE: jndi resource linking

2008-03-18 Thread Caldarale, Charles R
From: Dustin Fortin [mailto:[EMAIL PROTECTED] Subject: RE: jndi resource linking In my resource name declarations in my server.xml I'm using: driverClassName=com.mysql.jdbc.Driver which I have already verified is in that jar. The evidence, however, is against you. From the exception