Attached you will find the web.xml and build-torque.properties files. Thanks so much for your help.
Thanks, Angela Day National Autism Association of Central Texas http://www.naacentraltexas.org formally FEAT Austin ________________________________ From: Thomas Vandahl <[email protected]> To: Apache Torque Users List <[email protected]> Sent: Thu, December 3, 2009 2:18:52 PM Subject: Re: no suitable driver Angela Day wrote: > INFO: Starting Servlet Engine: Apache Tomcat/6.0.20Dec 2, 2009 2:02:47 PM > org.apache.catalina.core.StandardContext loadOnStartup ... > <Resource name="jdbc/cmts" auth="Container" type="javax.sql.DataSource"/> > <ResourceParams name="jdbc/cmts"> > <parameter> > <name>factory</name> > <value>org.apache.commons.dbcp.BasicDataSourceFactory</value> > </parameter> This doesn't fit. The Tomcat 6.0 configuration uses attributes instead of ResourceParams elements to configure a data source. See http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html for examples. The problem usually arises if the web application has no access to the configured data source. Let's see your Torque.properties and the web.xml of your application, please. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
