ok

I use eclipse with tomcat on my desktop and the site works ok on there

I noticed that my tomcat on my xp machine had tomcat-dbcp.jar and copied it
onto my linux server in the
tomcat /lib/ folder and restarted tomcat and I still have the same error
message



Caldarale, Charles R wrote:
> 
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18616881.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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