> From: slytheman [mailto:[EMAIL PROTECTED]
> Subject: RE: Help configuring Tomcat
>
> [Root exception is java.lang.ClassNotFoundException:
> org.apache.commons.dbcp.BasicDataSourceFactory]

The message is pretty clear - your webapp (not Tomcat) is missing at least one 
critical component.  Do you have a DBCP <Resource> configured for this webapp?  
If so, what's in it?

If you want to use the standard commons-DBCP component, put commons-dbcp.jar in 
your webapp's WEB-INF/lib directory.  If you want to use the renamed one that 
comes with Tomcat, change the class name in the <Resource> element (assuming 
you have one) to:
  org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

 - 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]

Reply via email to