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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
(In reply to Frank Holler from comment #2)
> To use unpackWars="true" is a problem for us.

Why?

> So i digged a little deeper into the problem.
> I found out that Tomcat 7 and Tomcat 8 both extract classes and libs from
> WEB-INF to CATALINA_BASE/work/[app]/, even if unpackWars="false" is set.

That is not correct. Tomcat 8 does not extract JARs or classes to the work
directory under any circumstances.

One of the options considered to address the performance problems is to restore
the extraction of the JARs to the work directory but that creates complexity in
an area where we have been trying to reduce it. This is still an option of last
resort but my preference - where possible - is to address the reasons why
people can't use unpackWARs="true".

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