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/01/31 00:49:39 UTC

DO NOT REPLY [Bug 6139] New: - Jars in WEB-INF/lib are not always reloaded when context is removed and added again

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

Jars in WEB-INF/lib are not always reloaded when context is removed and added again

           Summary: Jars in WEB-INF/lib are not always reloaded when context
                    is removed and added again
           Product: Tomcat 3
           Version: 3.3 Final
          Platform: All
               URL: http://www.iki.fi/jle/tomcat-reload-bug/
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: johannes.lehtinen@iki.fi


Tomcat 3.3 does not always reload jars placed in WEB-INF/lib when a context is
removed and added back using the Context Administration web interface. This
occurs when you do the following:

  - have a deployed webapp context in Tomcat
  - remove the context using Context Administration
  - remove (unlink) a jar file in WEB-INF/lib (obligatory)
  - copy a new jar file in the place of the old one
  - add the context back using Context Administration
Behaviour detected in Tomcat 3.3a and Tomcat 3.3.1-dev (2002-01-30) using Sun
JDK 1.3.1_02 on Linux.

The more exact reproduction instructions and test code are available at the
associated URL.

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