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 2002/11/25 16:07:32 UTC

DO NOT REPLY [Bug 14825] New: - Classloading does not work as documented

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

Classloading does not work as documented

           Summary: Classloading does not work as documented
           Product: Tomcat 4
           Version: 4.0.6 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rami.ojares@legosoft.net


I have a singleton class in ${CATALINA_HOME}/common/lib/x.jar
2 web applications access it. But the other webapp has the x.jar also in WEB-
INF/lib

So they should use different singletons but it seems that they do not.

When I put x.jar in ${CATALINA_HOME}/lib they do use different singletons.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>