Re: Why should we keep

2008-01-23 Thread Laurie Harper
Also worth mentioning is that configuring data sources in struts-config.xml has been deprecated for a long, long time. The preferred way to do it is to configure the data source in your container and reference it from your Struts app through JNDI. Switching to that approach should avoid issues

Re: Why should we keep

2008-01-22 Thread Alberto A. Flores
The "driverClassName" uses reflection to load the driver appropriately, so this sounds like a classloading issue. I'm going to guess that you are not including the dbcp jar files (you shouldn't be doing this anyway), thus the Tomcat classloader is always looking for the jdbc driver in the CATAL

Why should we keep

2008-01-22 Thread Sai Reddy
Hi Friends, I'm using Struts 1.2.7, Tomcat 5.5.25. I'm trying to create a datasource for my struts application. This is my struts-config.xml file