DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6971>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6971 tomcat start-up : jasper & catalina error. ------- Additional Comments From [EMAIL PROTECTED] 2002-08-27 11:13 ------- For the record, I found the identical problem and was able to resolv it by removing an old version of servlet.jar from my classpath. If you notice, the stack trace encountered points to line 202. This line is accessing the ServletContext.getResourcePaths(String) method which, in the servlet2.3 proposal, took no parameters. The final release, however contains this method with the String parameter. Hence, the NoSuchMethodError is thrown when you have an old servlet.jar. Hope this helps someone down the road, -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>