  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: Re: Tomcat 5.5.23 throw ServletException | Subject: Re: Tomcat 5.5.23 throw ServletException 2007-11-04 - By itay sahar
Back hi,
well the version is 5.5.25. this is the name of the archive dowloaded from tomcat.org: apache-tomcat-5 (See http://cat-5.ora-code.com).5.25. jsp-api.jar is included.
my application use the following jars:
aopalliance.jar cglib-2 (See http://lib-2.ora-code.com).0-rc2.jar commons-beanutils.jar commons-collections-2 (See http://ons-2.ora-code.com).1.jar commons-dbcp-1 (See http://bcp-1.ora-code.com).1.jar commons-digester-1 (See http://ter-1.ora-code.com).8.jar commons-logging-api-1 (See http://api-1.ora-code.com).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 (See http://ava-3.ora-code.com).0.9-stable-bin.jar odmg-3 (See http://dmg-3.ora-code.com).0.jar servlet-api.jar spring.jar tiles-api-2 (See http://api-2.ora-code.com).0.5.jar tiles-core-2 (See http://ore-2.ora-code.com).0.5.jar tiles-jsp-2 (See http://jsp-2.ora-code.com).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 <Chuck.Caldarale@(protected)> wrote:
> > From: itay sahar [mailto:itay.sahar@(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@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > >
|
|
 |