RE: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-04 Thread Caldarale, Charles R
> From: Gary Blomquist [mailto:[EMAIL PROTECTED] > Subject: RE: Cannot create JDBC driver of class '' for > connect URL 'null' Exception Help > > I took the following from the server.xml in 5.0.28 (that was working) > and pasted it in the 5.5.x server

RE: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-04 Thread Gary Blomquist
ric Munson [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 6:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help I found the error, there was a misspelling of the Context object in one o

Re: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-02 Thread Eric Munson
I found the error, there was a misspelling of the Context object in one of the context.xml files. When it was corrected everything worked. Thanks for all of your help. Thanks, Eric On 1/2/06, Eric Munson <[EMAIL PROTECTED]> wrote: > Thanks for your reply, but I have already moved the proper dri

Re: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-02 Thread Eric Munson
Thanks for your reply, but I have already moved the proper driver into the $CATALINA_HOME/common/lib. Is there anything else that would cause this behavior? Thanks, Eric On 1/2/06, Roberto Rios <[EMAIL PROTECTED]> wrote: > Copy your jdbc driver into [tomcat]/common/lib > > ---

Re: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-02 Thread Roberto Rios
Copy your jdbc driver into [tomcat]/common/lib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-01 Thread Eric Munson
I am using Tomcat 5.5.9, MySQL 4.1.14, Java 5.0 Update 5, MySQL-JDBC Connector version 3.1.11, commons-collections-3.1.jar, commons-pool-1.2.jar, commons-dbcp-1.2.1.jar, running on Debian Stable. I have been fighting with this for several days now and I am no closer to a solution, can someone plea