https://issues.apache.org/bugzilla/show_bug.cgi?id=57472

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
I can confirm that it is JAR verification that is causing the slow down. The
way to avoid that is to keep the JAR open for the life of the web application.

However, that causes a catch-22 problem. Keeping the files open will prevent
the web application from being deleted. If the web application can't be deleted
folks that undeploy that way won;t be able to so the web application can't be
stopped (which would be the trigger to close the file).

I need to think about the best way to fix this.

-- 
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

Reply via email to