-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jonathan,

Jonathan Mast wrote:
| OK, but isn't there all kinds of special configuration required?  The only
| part of J2EE I'm using is JSP, no Servlets, no JNDI, just POJOs (J2SE)
doing
| the database work.  Will Tomcat still automagically handle the pooling for
| me?

No, you have to configure it. Fortunately, configuration is relatively
simple. Read the reference Chuck posted.

| Sounds a little too good to be true, to me.  But I've never done intensive
| DB stuff so...

Even if you only use a pool with a size of 1 connection, it's worth it
to use the infrastructure provided by Tomcat, so you don't have to do it
all yourself. Besides, if the use of your database connections increases
wildly in the future, you only have to increase the size of your
connection pool, instead of re-coding all of your database access code.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgHhgUACgkQ9CaO5/Lv0PCsGQCfQt1xqGn+GVoKo96m7MdH90DL
tnUAn2vnYzRsANgqfX/QmUOQ9u0pd6wv
=Vorp
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to