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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org