hi, well the version is 5.5.25. this is the name of the archive dowloaded from tomcat.org: apache-tomcat-5.5.25. jsp-api.jar is included.
my application use the following jars: aopalliance.jar cglib-2.0-rc2.jar commons-beanutils.jar commons-collections-2.1.jar commons-dbcp-1.1.jar commons-digester-1.8.jar commons-logging-api-1.1.jar dom4j-1.4.jar hibernate2.jar jsf-api.jar jsf-impl.jar jsp-api.jar jstl.jar jta.jar log4j.jar mysql-connector-java-3.0.9-stable-bin.jar odmg-3.0.jar servlet-api.jar spring.jar tiles-api-2.0.5.jar tiles-core-2.0.5.jar tiles-jsp-2.0.5.jar all jar is taken from eclipse. build with no errors. the problem is only on runtime as mention. thanks On 11/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: itay sahar [mailto:[EMAIL PROTECTED] > > Subject: Tomcat 5.5.23 throw ServletException > > > > i think i have wrong jar files. > > > > org.apache.jasper.JasperException: javax.servlet.ServletException: > > java.lang.NoSuchMethodError: > > javax.servlet.jsp.tagext.TagAttributeInfo.<init> > > (Ljava/lang/String;ZLjava/lang/String;ZZ)V > > Either that, or you have CLASSPATH set and it's messing things up. I > don't have 5.5.23 around any longer, but in 5.5.25 the above class > containing the designated constructor is inside common/lib/jsp-api.jar. > To insure things run properly, that should be the only instance of > jsp-api.jar on your system. You're not using some lobotomized 3rd-party > repackaged version of Tomcat, are you? > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail > and its attachments from all computers. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >