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=10627>. 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=10627 incorrect documentation for class-loader-howto.xml Summary: incorrect documentation for class-loader-howto.xml Product: Tomcat 4 Version: 4.1.7 Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Webapps:Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The class-loader-howto.xml incorrectly references %CATALINA%/lib as the location to store shared libraries. Needs to be updated to % CATALINA%/shared/lib --- class-loader-howto.old 2002-07-09 13:15:21.000000000 -0400 +++ class-loader-howto.xml 2002-07-09 13:16:23.000000000 -0400 @@ -167,7 +167,7 @@ in which case you should put them in the <strong>Common</strong> class loader instead). All unpacked classes and resources in <code>$CATALINA_HOME/shared/classes</code>, as well as classes and - resources in JAR files under <code>$CATALINA_HOME/lib</code>, are + resources in JAR files under <code>$CATALINA_HOME/shared/lib</code>, are made visible through this class loader. By default, that includes the following: <ul> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
