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.
>
>
: [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
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
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