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=23520>. 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=23520 ClassLoader doc inaccuracy WRT to "shared" repository Summary: ClassLoader doc inaccuracy WRT to "shared" repository Product: Tomcat 4 Version: 4.1.27 Platform: All URL: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class- loader-howto.html OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Webapps:Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Tomcat's ClassLoader Howto http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Mentions `shared/lib' and `shared/classes' as being dereferenced from CATALINA_HOME. This isn't quite accurate -- they're really dereferenced from CATALINA_BASE. Of course, that doesn't matter when CATALINA_HOME == CATALINA_BASE, but if different CATALINA_BASE directories are used, then the distinction becomes important. In addition: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt Omits `shared' when listing directories that are dereferenced with respect to CATALINA_BASE. (lines 112 - 140 or so). (For verification, I looked through the main() method of catalina/src/share/org/apache/catalina/startup/Bootstrap.java from the tomcat source distribution; which sets up the different class loaders). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]