This package contains one public class which is a
ConnectionPoolDataSource
(CPDS) implementation that can be used to
adapt older Driver
based jdbc implementations. Below is an
example of setting up the CPDS to be available via JNDI in the
catalina servlet container.
In server.xml, the following would be added to the <Context> for your webapp:
In web.xml. Note that elements must be given in the order of the dtd described in the servlet specification:
Catalina deploys all objects configured similarly to above within the java:comp/env namespace.