Re: Installing mysql JDBC Driver

2002-08-29 Thread Jessica Niewint
At 12.02 29/08/2002 +0100, you wrote: You were so right ! It was the jar file. Somehow it was damaged or because I copied it from my server to my windows desktop ... now I have done every step with unix and everything is fine. So now I got : jdk 1.4.0 tomcat 4.0.4 cocoon 2.0.3 and the mysql-conn

RE: Installing mysql JDBC Driver

2002-08-29 Thread Gustav Lidén
va:536) -Original Message-From: Jeremy Aston [mailto:[EMAIL PROTECTED]]Sent: den 29 augusti 2002 13:15To: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: Installing mysql JDBC Driver Oh yeah, I forgot you might want to try extracting the jar into WEB-INF classes to see i

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jeremy Aston
Oh yeah, I forgot you might want to try extracting the jar into WEB-INF classes to see if that makes a difference.  If that works I don't know what it should be able to get the class from classes and not inside the JAR... jez   Jeremy Aston <[EMAIL PROTECTED]> wrote: Hi Jessica, Looks OK and yo

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jeremy Aston
Hi Jessica, Looks OK and you should be able to run the hsqldb driver as well.  I have had no problems with mySQL on 2.0.3 and JDK 1.4 so you could try that.  You could also comment out all the other driver references and the other pools to check there are no conflicts.  I'm not sure that any of th

RE: Installing mysql JDBC Driver

2002-08-29 Thread Jan Willem Penterman
] > Subject: Re: Installing mysql JDBC Driver > > > > If there are no config problems then post your web.xml and > cocoon.xconf > extracts and I'll have a look. the jar should be fine in > WEB-INF/lib. I got exactly all this. The only point is that > there

Re: Installing mysql JDBC Driver

2002-08-29 Thread Jessica Niewint
If there are no config problems then post your web.xml and cocoon.xconf extracts and I'll have a look. the jar should be fine in WEB-INF/lib. I got exactly all this. The only point is that there a still the standard driver in my installation. my web.xml load-class

RE: Installing mysql JDBC Driver

2002-08-29 Thread Jessica Niewint
At 18.51 28/08/2002 +0200, you wrote: >I just dropped it into the lib folder. My setup in web.xml and >cocoon.xconf are like Jermey Aston desribed in his reply (only >difference are the classnames for connector/j). OK I dropped the mysql-connector-java-3.0.0-beta-bin.jar file ( I did not rename

Re: Installing mysql JDBC Driver

2002-08-28 Thread Andre Thenot
You can also put it in $JAVA_HOME/lib/ext (or $JAVA_HOME/jre/lib/ext depending on your setup). That way, it's accessible from anywhere on your system which is a feature or a bug On Wednesday, August 28, 2002, at 12:51 , Jan Willem Penterman wrote: > I just dropped it into the lib folder.

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jan Willem Penterman
; From: Jessica Niewint [mailto:[EMAIL PROTECTED]] > Sent: woensdag 28 augustus 2002 18:30 > To: [EMAIL PROTECTED] > Subject: RE: Installing mysql JDBC Driver > > > At 18.02 28/08/2002 +0200, you wrote: > >Does the driver show up in the Classpath in core.log? (Do a &g

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jessica Niewint
At 18.02 28/08/2002 +0200, you wrote: >Does the driver show up in the Classpath in core.log? (Do a search on >"Classpath =" in core.log and see if the driver is listed over there). > >I also had a lot of trouble with getting mysql to work. Using JDK1.4 and >Connector/J 3.0 beta now (that's the suc

RE: Installing mysql JDBC Driver

2002-08-28 Thread Jan Willem Penterman
're essentially the same). No problems anymore.. JW > -Original Message- > From: Jessica Niewint [mailto:[EMAIL PROTECTED]] > Sent: woensdag 28 augustus 2002 16:47 > To: [EMAIL PROTECTED] > Subject: Installing mysql JDBC Driver > > > My configuration: > to

Re: Installing mysql JDBC Driver

2002-08-28 Thread Jeremy Aston
Hi Jessica, You should have something like this in web.xml       load-class    org.gjt.mm.mysql.Driver      and something like this in cocoon.xconf           jdbc:mysql://127.0.0.1/databasename  root        If there are no config problems then post your web.xm

Installing mysql JDBC Driver

2002-08-28 Thread Jessica Niewint
My configuration: tomcat 4.0.4, cocoon 2.0.3, java jdk1.2.2 In copied the mm.mysql-2.0.4-bin.jar file into the lib folder of cocoon/WEB-INF. I loaded the driver in the web.xml file. When I check now the installation in the access.log file I got the following message: DEBUG (2002-08-28) 16:35.