> on 2/15/01 3:24 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]>
> wrote:

> > Of course, no third part connection pool at all is needed if your app
server
> > provides one for you.  And, as long as the server obeys the conventions
> > described in the servlet and J2EE specs w.r.t. <resource-ref> entries
and the
> > corresponding JNDI context provided by the server (which is in the
near-term
> > plans for Tomcat 4 as well, with plug-in of any conforming data source),
the
> > app doesn't care.  It's portable, instead of locked in to a particular
> > implementation.
>
> Point being...where is Tomcat going to get its implementation of a
> connection pool from? Are you going to re-implement Struts pool again? :-)

The default implementation I use is the Tyrex DataSource implementation.
http://tyrex.exolab.org/

The data source support is definitely not enabled by default.

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to