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 2022/04/24 09:10:22 UTC

[Bug 66026] Jars blocked

https://bz.apache.org/bugzilla/show_bug.cgi?id=66026

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
JARs loaded via the common class loader are not expected to be replaced while
Tomcat is running. If you did manage to replace a JAR, it is likely you would
start to see ClassNotFoundExceptions or similar.

I'm not surprised these JARs are locked and it isn't a bug that they are.

JAR replacement requires web application reload. If you want to be able to do
that all JARs need to be packaged in WEB-INF/lib.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org