I am trying to setup MySQL connection pooling in Tomcat 4.1.24 and when
I try and add
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/TestDB</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
to my web.xml file, it complains that <resource-ref> is not allowed as a
<web-app> element. Is the documentation accurate? Or am I missing
something? Link the documentation I am referring to is here:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples
-howto.html
thanks
Gregg
- Re: Connection pooling Arcadius A.
- RE: Connection Pooling Malcolm Green
- RE: Connection Pooling Warden, Matt
- RE: Connection Pooling pqin
- connection pooling Nadia Kunkov
- SSL & Tomcat with proxy Daniel Zhang
- RE: connection pooling Shapira, Yoav
- RE: connection pooling Nadia Kunkov
- RE: connection pooling Shapira, Yoav
- RE: connection pooling Nadia Kunkov
- RE: Connection Pooling Gregg Bolinger
- RE: Connection Pooling Gregg Bolinger
- Connection Pooling santosh.bhushan
- Re: Connection Pooling Filip Hanik
- Connection Pooling Hart, Justin
- Re: Connection Pooling James Neville
- RE: Connection Pooling D'Alessandro, Arthur
- RE: Connection Pooling Edson Alves Pereira
- RE: Connection Pooling Hume, John - NA US HQ Delray
- Connection Pooling Seshagiri
- connection pooling Peter Choe
