Re: Cannot get MySQL pool connection

2002-03-01 Thread terracare
Paul, On Friday, March 1, 2002, at 09:19 AM, Paul Caton wrote: > Cocoon just doesn't see a connection to my database. I > have to say I've wasted so much time trying to get Cocoon to do what > it says it can do that I'm close to abandoning it. It's not Cocoon. It's appears to be a Mac OSX-Java

Re: Cannot get MySQL pool connection

2002-03-01 Thread Paul Caton
Well, it was fun while it lasted ... not! I tried Richard's suggestion. Took a little while to do the rebuild because the instructions in the INSTALL.src file did not work. But hey, I'm used to that from Cocoon now, and I could see what was wrong so I hacked the build.sh file and this time the reb

Re: Cannot get MySQL pool connection

2002-03-01 Thread Richard Korthuis
ch 01, 2002 3:19 PM Subject: Re: Cannot get MySQL pool connection > Thanks Derek, I hadn't tried that particular combination > yet. Unfortunately it made no difference and I still get the same > error message: Cocoon just doesn't see a connection to my database. I > have to

Re: Cannot get MySQL pool connection

2002-03-01 Thread Derek Hohls
Paul What can I say? Maybe to hang in there - I struggled for months (literally) to try get Cocoon 1.8.2 going with database access - and it behaved differently on each of 4 different machines (ie a different thing went wrong on each of them!) In the end, switching to C2 has made a big differen

Re: Cannot get MySQL pool connection

2002-03-01 Thread Paul Caton
Thanks Derek, I hadn't tried that particular combination yet. Unfortunately it made no difference and I still get the same error message: Cocoon just doesn't see a connection to my database. I have to say I've wasted so much time trying to get Cocoon to do what it says it can do that I'm close to

Re: Cannot get MySQL pool connection

2002-02-28 Thread Paul Caton
Thanks for the suggestion, Andre. I tried it, but I just got the same error as before :-( On Thu, 28 Feb 2002, Andre Thenot wrote: > I am also on Mac OS X, and I put the mm.mysql jar in Java's ext > directory, as I figured pretty much anything I do on that > machine will appreciate having m

Re: Cannot get MySQL pool connection

2002-02-28 Thread Andre Thenot
Paul, Please disregard my previous posting -- I didn't see the part where you had already checked web.xml. I am also on Mac OS X, and I put the mm.mysql jar in Java's ext directory, as I figured pretty much anything I do on that machine will appreciate having mysql available. Here's the comp

Re: Cannot get MySQL pool connection

2002-02-28 Thread Andre Thenot
Paul, Have you put the mysql driver class in your web.xml file? load-class ... org.gjt.mm.mysql.Driver HTH, Andre. On Thursday, February 28, 2002, at 01:17 , Paul Caton wrote: > I'm running Cocoon 2.01 under Tomcat 4.0.2 and Java 1.3.1 on MacOS > X. I've set up a MySQL database

Cannot get MySQL pool connection

2002-02-28 Thread Paul Caton
I'm running Cocoon 2.01 under Tomcat 4.0.2 and Java 1.3.1 on MacOS X. I've set up a MySQL database called picodb. In my cocoon.xconf file I've set up the connection as follows: true jdbc:mysql://[hostname]/picodb nobody (Obviously I have the real host name in m