Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2009-05-01 Thread Atta, Jayadevan
Original Message - From: "gregory hans" > To: "Tomcat Users List" > Sent: Friday, June 29, 2007 9:37 AM > Subject: Re: Update Tomcat 5 -> 6 .. JDBC driver problem > > > > i using tomcat6 right now and i put my jdbc in my lib directory and

RE: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-29 Thread Leonardo Augusto
=true See you! -Original Message- From: daniel steel [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 29 de junho de 2007 14:55 To: Tomcat Users List Subject: Re: Update Tomcat 5 -> 6 .. JDBC driver problem if we configure the

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-29 Thread daniel steel
ithout making a copy. Thank you. > > - Original Message - From: "gregory hans" > To: "Tomcat Users List" > Sent: Friday, June 29, 2007 9:37 AM > Subject: Re: Update Tomcat 5 -> 6 .. JDBC driver problem > > >> i using tomcat6 right now and i put my

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-29 Thread David Smith
L PROTECTED]> To: "Tomcat Users List" Sent: Friday, June 29, 2007 9:37 AM Subject: Re: Update Tomcat 5 -> 6 .. JDBC driver problem i using tomcat6 right now and i put my jdbc in my lib directory and that's okay. can you post your error to me so i can figure what's going

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-29 Thread Martin Gainty
r immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "gregory hans" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, June 29, 2007 9:37 AM Subject: Re: Update Tomcat 5 ->

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-29 Thread gregory hans
i using tomcat6 right now and i put my jdbc in my lib directory and that's okay. can you post your error to me so i can figure what's going on. David Smith <[EMAIL PROTECTED]> wrote: In tomcat 6, the new common/lib is simply lib as I understand it. Could you post your config? The error you or

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Jon Wilmoth
AIL PROTECTED]> To: Tomcat Users List Sent: Thursday, June 28, 2007 5:29:11 AM Subject: Re: Update Tomcat 5 -> 6 .. JDBC driver problem In tomcat 6, the new common/lib is simply lib as I understand it. Could you post your config? The error you originally posted typically indicates a

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread David Smith
In tomcat 6, the new common/lib is simply lib as I understand it. Could you post your config? The error you originally posted typically indicates a misconfiguration as opposed to not being able to find the driver class. --David Rene Guenther wrote: Alas, still the same error. So you think

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Omar de Carvalho
Hi Rene, I have problems in the past with tomcat and jdbc driver assigned as zip file and not jar. Outside tomcat I could open classe12.zip driver and inside tomcat not. Mind in the name of your driver... Regards, Omar Neto Rene Guenther <[EMAIL PROTECTED]> wrote: Alas, stil

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Rene Guenther
Alas, still the same error. So you think, that I get this error because tomcat isnt able to find the .jar file with the MySQL driver? Maybe something changed between Tomcat 5 and 6 related to ? Regards René On Thu, 28 Jun 2007 18:37:21 +0800 "Allen 孙" <[EMAIL PROTECTED]> wrote: Put your ja

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Allen 孙
Put your jars into: *apache-tomcat-6.x.x/lib* will be just fine. 2007/6/28, Rene Guenther <[EMAIL PROTECTED]>: Thanks for your reply. Unfortunately I am still getting the same error with tomcat 6.0.13 Regards René On Thu, 28 Jun 2007 02:34:10 -0700 (PDT) gregory hans <[EMAIL PROTECTED]> wrot

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Rene Guenther
Thanks for your reply. Unfortunately I am still getting the same error with tomcat 6.0.13 Regards René On Thu, 28 Jun 2007 02:34:10 -0700 (PDT) gregory hans <[EMAIL PROTECTED]> wrote: try to put your jdbc in your web application (WEB-INF/LIB/). stop the service first, put the jdbc then start

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread gregory hans
try to put your jdbc in your web application (WEB-INF/LIB/). stop the service first, put the jdbc then start again... Rene Guenther <[EMAIL PROTECTED]> wrote: Hello, I am getting the following exception with tomcat 6.0.13: Cannot create JDBC driver of class '' for connect URL 'null' This exce

Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Rene Guenther
Hello, I am getting the following exception with tomcat 6.0.13: Cannot create JDBC driver of class '' for connect URL 'null' This exception I dont get with tomcat 5.5.23 I put the mysql jdbc driver (version 5.x) into apache-tomcat-x.x.x/common/lib Anyone knows what the problem could be?