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 2001/09/25 21:19:06 UTC

DO NOT REPLY [Bug 3817] - classpath loading priority doesn't match docs

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

remm@apache.org changed:

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



------- Additional Comments From remm@apache.org  2001-09-25 12:19 -------
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html 
documents that the shared loader is between the common loader and the webapp 
loader.

Since that's the behavior that's implemented, I don't see any problem.

Don't put anything containing the old servlet API classes in any of the 
Catalina loaders.