> From: Mark Shifman [mailto:mark.shif...@yale.edu]
> Subject: Re: [ERROR] Cannot create JDBC driver of class '' for connect
> URL'null'
> 
> My tomcat6/lib contains tomcat-dbcp.jar and I don't have 
> commons-dbcp-1.1.jar in my webapp at all.

The OP is attempting to use his own DBCP pooling factory, not the 
Tomcat-supplied one.  Not clear why he's doing that, but it does trigger a 
thought related to one of the OP's previous posts in this thread:

> > Commons-dbcp-1.1.jar is in the 
> > /home/tomcat6/wsam/webapps/axis2/WEB-INF/lib
> > directory.

Which may well be the source of the problem.  Since you've told Tomcat to 
manage the pooling, I suspect you'll need to put the commons-dbcp jar in 
Tomcat's lib directory, not the webapp's WEB-INF/lib.  (Definitely don't put it 
in both.)

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to