Tomcat - IS Install Issue - WmSamples JSP not working too

Hi,
This is my first attempt to work with JSP on IS(IS_6-5_SP2) installed on my desktop. I tried working with the JSP provided in WmSamples and that too fails with the below error. Any pointers on what could be going wrong here
TIA,
AK

[URL=“http://fplwl06d06491.na1.corpnet1.com:5555/web/WmSamples/showCustomerData.jsp”]http://fplwl06d06491.na1.corpnet1.com:5555/web/WmSamples/showCustomerData.jsp[/URL]
HTTP Status 500 - Internal Server Error
type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

exception javax.servlet.ServletException: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V org.apache.jasper.servlet.JspServlet.service(JspServlet.java:244) javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

root cause java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfoImpl.java:568) org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:401) org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:248) org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:162) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1539) org.apache.jasper.compiler.Parser.parse(Parser.java:126) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:220) org.apache.jasper.compiler.ParserController.parse(ParserController.java:101) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:203) org.apache.jasper.compiler.Compiler.compile(Compiler.java:470) org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

Reposting…

Do you have the “tools.jar” of the java you are using to compile your JSP’s in your class library?

Thanks for the response. The issue here was with servlet.jar
When things don’t work you try many things - in one of the posts on this forum - it was mentioned to copy the tools.jar and servlet.jar to C:\wm6\IntegrationServer\lib\jars among many other things - so after everything else was in place servlet.jar was the piece that was giving the trouble - I deleted it and the issue was resolved - a quick search on google for the error helped.