java.lang.ClassNotFoundException: org.apache.tomcat.jdbc.pool DataSourceFactory
I'm investigating moving away from an Oracle connection pool and using the Tomcat connection pool. I followed the myriad of example for configuring the <Resource> in Tomcat's /conf/server.xml . I found great info here . However, when I start Tomcat, I get the following error: javax.naming.NamingException: Could not load resource factory class [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.jdbc.pool DataSourceFactory] I'm using Tomcat 6.0. My <Resource> config in /conf/server.xml is: <Resource name="jdbc/myds" type="javax.sql.DataSource" auth="Container" factory="org