> 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]

Reply via email to