Re: No suitable driver error

2005-10-04 Thread Deepak Gupta
No, I had the msql driver in the common/lib directory but the problem got fixed after I changed the data-source type attribute from "org.apache.commons.dbcp.BasicDataSource" to "org.apache.struts.util.GenericDataSource". Any ideas why? On 10/4/05, Manfred Wolff <[EMAIL PROTECTED]> wrote: > > Hi.

Re: No suitable driver error

2005-10-04 Thread Manfred Wolff
Hi. Thats nothing to do with struts. You haven't placed your mysql driver in the tomcat directory e.g. $CATALINA_BASE/shared/lib. So Struts cannot initializing the datasource object. Manfred Deep Chand schrieb: >Hi, >I'm kind of new to struts and/or web technologies. I'm trying to >configure m

No suitable driver error

2005-10-04 Thread Deep Chand
Hi, I'm kind of new to struts and/or web technologies. I'm trying to configure mysql database for my struts appln using Tomcat. I'm getting the following exception: Initializing application data source org.apache.struts.action.DATA_SOURCE org.apache.commons.dbcp.SQLNestedException: Cannot create J