Are you saying you're trying to create a database pool and you can't
figure out how to make the driver available?  You can try this:

http://chariotsolutions.com/geronimo/database.html

Section 6.1 talks about where to put the driver JAR (just make sure it
has a version number in the name like foo-1.0.jar), 6.3 talks about
setting up a database pool in the console (if the DB only requires a
single driver JAR) and 6.4 talks about how to write the pool
configuration by hand (if it has multiple JARs required to connect or
you don't want to use the console for some other reason).

Thanks,
    Aaron

On 2/16/06, Olivier Voutat <[EMAIL PROTECTED]> wrote:
> I'm not getting how to install the driver to make this one avaliable to my
> applications in Geronimo. Tried many ways, and can't find a way that makes
> it works. Didn't find any documents about it neither.
>
> Can somebody help me about it ?
>
> Olivier
>

Reply via email to