RE: What Could Lead To NoClassDefFound Error?

2003-09-22 Thread Caroline Jen
James and Nate, thank you very much. My application works now after I placed the struts-legacy.jar in the ContextRoot/WEB-INF/lib directory. -Caroline --- James Childers <[EMAIL PROTECTED]> wrote: > 99 times out of 100 this is due to a classpath > issue, usually due to a misplaced or nonexistant

Re: What Could Lead To NoClassDefFound Error?

2003-09-22 Thread Nate Drake
Do you have struts-legacy.jar in your classpath? On Mon, 2003-09-22 at 15:21, Caroline Jen wrote: > Your help is greatly appreciated: what could lead to > NoClassDefFound Error: > org/apache/struts/legacy/GenericDataSource? > > the error message is HTTP Status 500. The root cause > is: > java.la

RE: What Could Lead To NoClassDefFound Error?

2003-09-22 Thread James Childers
99 times out of 100 this is due to a classpath issue, usually due to a misplaced or nonexistant jar file. I don't believe the legacy components are included in the Struts 1.1 jar, so if you're using that stuff you'll need to get it separately: http://archive.apache.org/dist/jakarta/struts/struts