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
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
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
3 matches
Mail list logo