-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Keith,
Keith Thomas wrote: > I have an application that runs against a legacy database. For reasons I > won't go into here I need to turn off jndi datasource connection pooling. I > have been unsuccessful finding documentation or mailing list entries on how > to do this. Which part of the pool do you need to get rid of: 1. Multiple connections? Easy: just set maxActive="1" 2. Connection re-use? See #3. 3. The DataSource itself? Easy: just change your getConnection method from using JNDI to using DriverManager, etc. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAklwsMUACgkQ9CaO5/Lv0PBmowCeLwHoeeL/chOVGLoTNHgiqV8I sj4AnRs1hx6kU5ab8SAHYdgu7VzdHT6w =diju -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org