I need to use Connection pooling with a MySQL database for my web application under Resin-3.1.0.
Here's what I've got so far:
in resin.conf:
In the web.xml for my app:
Of course, <authenticator> is a special resin tag, so I have to change the schema of my web.xml file to use resin's special schema. Once that's done, the resource-ref element is no longer recognized.
How the F*** do I set up resin to use
JDBC authentication with a connection pool? This was so simple using
Tomcat.
Please, before anyone starts spouting "read the documentation" comments, rest assured I've spent the last 24 hours reading the bloody documents, and they don't help.
[ June 22, 2007: Message edited by: Philippe Desrosiers ]