You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/27 13:13:26 UTC

DO NOT REPLY [Bug 6971] - tomcat start-up : jasper & catalina error.

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 david@daviddewolf.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>