If you are using an Application Server than check the documentation. Almost all of them support connection pooling without additional software.
John O'Hanley
Greenhorn
Joined: Oct 13, 2002
Posts: 24
posted
0
Tomcat 4.1.12 implements JNDI, and here is their excellent guide to using their connection pool mechanism. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html Note that the db driver is not placed in your .war, but in Tomcats common/lib directory. Also, exercise care with the server.xml configuration.. [ October 26, 2002: Message edited by: John O'Hanley ]