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 2003/09/30 15:50:36 UTC

DO NOT REPLY [Bug 23520] New: - ClassLoader doc inaccuracy WRT to "shared" repository

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: tomcat-dev@jakarta.apache.org
        ReportedBy: srevilak@g88.net


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org