Looking at http://tomcat.apache.org/tomcat-7.0-doc/api/index.html for more info about org.apache.catalina.loader.WebappClassLoader and I ran up against a bit of missing information.
The 4th implementation note mentions addJar(), which is what I wanted a bit more info on, but addJar() is not listed as a method for this class or any of its super classes. Any idea why this is omitted? I can select it in eclipse with no problem. Thanks, Ed.