RE: SOLVED: Re: MySQL Hell (OT)

2003-01-30 Thread Ralph Einfeldt
ent: Wednesday, January 29, 2003 6:14 PM > To: Tomcat Users List > Subject: SOLVED: Re: MySQL Hell (OT) > > The package from the ebuild has apparently been repackaged > into the "org.gjt.mm.mysql" package. > --

Re: MySQL Hell

2003-01-29 Thread Anthony Marlowe
Hi, What Henning did OK, I have the driver in my ..server/lib and works also. Tony On Wednesday, Jan 29, 2003, at 17:02 Europe/Berlin, Henning Heil wrote: Erik, a.f.a.i.k. the driver has to be added to the classpath (I did it like that and it works fine.) rgds, Henning Erik Price wrote:

SOLVED: Re: MySQL Hell (OT)

2003-01-29 Thread Erik Price
Jacob Kjome wrote: Hello Erik, If you aren't using DBCP, then you can ignore all the stuff about the driver needing to be in common/lib. The only reason it needs to be there is for DBCP to have access to the driver. As far as why, after a restart, it doesn't work in either place, I have no id

Re[2]: MySQL Hell

2003-01-29 Thread Jacob Kjome
Hello Erik, If you aren't using DBCP, then you can ignore all the stuff about the driver needing to be in common/lib. The only reason it needs to be there is for DBCP to have access to the driver. As far as why, after a restart, it doesn't work in either place, I have no idea. Sounds like an ou

Re: MySQL Hell

2003-01-29 Thread Henning Heil
Erik, a.f.a.i.k. the driver has to be added to the classpath (I did it like that and it works fine.) rgds, Henning Erik Price wrote: Jacob Kjome wrote: Hello Mehdi, If you are using DBCP connection pooling, your driver *must* exist in CATALINA_HOME/common/lib. This is because the DBCP l

Re: MySQL Hell

2003-01-29 Thread Erik Price
Jacob Kjome wrote: Hello Mehdi, If you are using DBCP connection pooling, your driver *must* exist in CATALINA_HOME/common/lib. This is because the DBCP libraries exist in common/lib and the fact that classes from common/lib do not have access to the child classloader in WEB-INF/lib. However,

Re: MySQL Hell

2003-01-22 Thread Jacob Kjome
Hello Mehdi, If you are using DBCP connection pooling, your driver *must* exist in CATALINA_HOME/common/lib. This is because the DBCP libraries exist in common/lib and the fact that classes from common/lib do not have access to the child classloader in WEB-INF/lib. However, your classes in WEB-I

Re: MySQL Hell

2003-01-22 Thread Jason Pyeron
"mwm" rphy.co.uk>cc: S

Re: MySQL Hell

2003-01-22 Thread Mehdi . Nejad
cc: Subject: Re: MySQL Hell 22/01/2003 15:28

Re: MySQL Hell

2003-01-22 Thread mwm
t Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 3:23 PM Subject: RE: MySQL Hell We have encountered strange results when drivers are loaded in the WEB-INF folders we reccommend having the sysadmin putting them in the TOMCAT_HOME/common/lib folder -jason pyeron

RE: MySQL Hell

2003-01-22 Thread Jason Pyeron
ent: Wednesday, January 22, 2003 4:14 PM > To: Tomcat Users List > Subject: MySQL Hell > > > > Hello all, > > i have been breaking my brain trying to get connection pooling, using > Tomcat 4.1.12's build in dbcp, with mySQL 3.23. > > I have followed the inst

RE: MySQL Hell

2003-01-22 Thread Barney Hamish
Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 4:14 PM > To: Tomcat Users List > Subject: MySQL Hell > > > > Hello all, > > i have been breaking my brain trying to get connection pooling, using > Tomcat 4.1.12'

MySQL Hell

2003-01-22 Thread Mehdi . Nejad
Hello all, i have been breaking my brain trying to get connection pooling, using Tomcat 4.1.12's build in dbcp, with mySQL 3.23. I have followed the instructions on the how this should be done, and I am getting an exception when I try to get a connection .. (like many other people it seems).. I