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=3817>.
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=3817

classpath loading priority doesn't match docs

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2001-09-25 12:52 -------
Perhaps this is a documentation bug, but the list given on that doc page of the 
classloaders from the point of view of a web application does not say that the 
shared loader is between the webapp and common loaders. Rather, the common 
loader is between webapp and shared.

webapp: /WEB-INF/classes of your web application 
webapp: /WEB-INF/lib/*.jar of your web application 
bootstrap: Bootstrap classes of your JVM 
system: System class loader classses (described above) 
common: $CATALINA_HOME/common/classes 
common: $CATALINA_HOME/common/*.jar 
shared: $CATALINA_HOME/classes 
shared: $CATALINA_HOME/lib/*.jar 

Or am I misunderstanding?

Reply via email to