Error with Data Sources

2001-07-25 Thread Edward Muller
I'm trying to configure a data-source in my struts-config.xml file and I get the following error: Parse Error at line 71 column -1: Element "struts-config" allows no further input; "data-sources" is not allowed. ...(more traceback here)... The snippet from my struts-config.xml file is as follow

Re: Error with Data Sources

2001-07-25 Thread Edward Muller
Okay. I figured out that needs to go at the tope and I removed the set-property tags and actually made the properties. I am using postgres 7.1 something. Now when I start my sample application I get a ClassNotFoundException. I've checked and postgresql.jar from my postgres install is in my app

Re: Error with Data Sources

2001-07-26 Thread Edward Muller
So I've put in a data-sources section that does parse right, but I get the following errors when tomcat starts up een though postgresql.jar is in the apps WEB-INF/lib directory... Can anyone please help? BTW: I can use regular (non-pool) JDBC as that is how I have the application working. New or

Re: Error with Data Sources

2001-07-26 Thread Edward Muller
Nevermind. I figured it out. I'm a duh. I didn't have the JDBC2 extra classes. On 26 Jul 2001 09:07:10 -0400, Edward Muller wrote: > So I've put in a data-sources section that does parse right, but I get > the following errors when tomcat starts up een though postgresql.jar is > in the apps WEB-

Re[2]: Error with Data Sources

2001-07-26 Thread Oleg V Alexeev
Hello Edward, You need to add jdbc2_0-stdext.jar to the CLASSPATH or to the WEB_INF/lib directory inside of your application. Thursday, July 26, 2001, 5:07:10 PM, you wrote: EM> So I've put in a data-sources section that does parse right, but I get EM> the following errors when tomcat starts up