Re: Struts 1.2 in Tomact 5.0 giving ERRORS...

2009-07-05 Thread pasanewa
in the classpath: the TOMCAT setting was previous one...so i changed to.. BUT i still get ERROR like.. --- ERROR http-8080-Processor25 (StandardWrapperValve.java:250) Java.lang by which Servlet.service() of - servlet jsp threw out exception. NoSuchMethodError: j

Re: Struts 1.2 in Tomact 5.0 giving ERRORS...

2009-07-03 Thread Nils-Helge Garli Hegvik
Change the classpath to servlet-api? Where? The container should provide all the jsp and servlet jars that you need (with correct versions). You should probably not tamper with the classpath to any of those... Nils-H On Fri, Jul 3, 2009 at 10:40 AM, pasanewa wrote: > > I was using Tomcat 4.1 and