| Author |
jdbc:odbc configuration!
|
John Nessim
Greenhorn
Joined: Oct 21, 2003
Posts: 1
|
|
Hi I'm totally new to Struts framework, I hope that someone could help figuring this out! I'm trying to configure my data source (MSAccess db) with my simple Struts application using the following : I alawys get these errors: - javax.servlet.ServletException: Servlet.init() for servlet action threw exception - java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource However, the same configurations were working on the JSP only site before!! Thanks in advance, John
|
 |
veronique alvaro
Greenhorn
Joined: Sep 05, 2003
Posts: 24
|
|
|
I am new also in Struts but a simple question I will ask is : do you have the struts-legacy.jar package in your application as it seems it doesn't find the org/apache/struts/legacy/GenericDataSource class?
|
 |
 |
|
|
subject: jdbc:odbc configuration!
|
|
|