> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: ClassNotFoundException: > org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory > > I dont see org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory > but I see org.apache.tomcat.dbcp.BasicDataSourceFactory > from commons-dbcp-1.2.1.jar
Tomcat does not use commons-dbcp-x.x.x.jar (it's not in the Tomcat distribution). To avoid potential naming conflicts with webapps, the DBCP classes are repackaged in common/lib/naming-factory-dbcp.jar, adding the extra dbcp to the package name. This allows webapps to use commons-dbcp indepently of Tomcat's DBCP mechanism, if they desire. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]