RE: [repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
ent: vrijdag 16 augustus 2002 21:30 > To: [EMAIL PROTECTED] > Subject: Re: [repost] MySQL no suitable driver > > > Look at http://xml.apache.org/cocoon/developing/datasources.html > > It's good if the pool is initialized long before your xsp's need it. > >

RE: [repost] MySQL no suitable driver

2002-08-16 Thread Jan Willem Penterman
: [EMAIL PROTECTED] Subject: Re: [repost] MySQL no suitable driver I had the exact same problem... which was solved by uploading an *uncompressed* mysql driver .jar to WEB-INf/lib (yes yes, it seems like a a lot of voodoo nonsense...) good luck

Re: [repost] MySQL no suitable driver

2002-08-16 Thread Roger I Martin PhD
Look at http://xml.apache.org/cocoon/developing/datasources.html It's good if the pool is initialized long before your xsp's need it. In your web.xml file. The you need the following snippet with : ... load-class com.mysql.jdbc.Driver postgresql.Driver oracle.j

Re: [repost] MySQL no suitable driver

2002-08-16 Thread MTiffany71
I had the exact same problem... which was solved by uploading an *uncompressed* mysql driver .jar to WEB-INf/lib (yes yes, it seems like a a lot of voodoo nonsense...) good luck