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

--- Comment #2 from Konstantin Kolinko <[email protected]> ---
> StandardRoot.isPackedWarFile(StandardRoot.java:651)

The code there is
[[[
    protected boolean isPackedWarFile() {
        return main instanceof WarResourceSet && preResources.isEmpty() &&
postResources.isEmpty();
    }
]]]

If I configure JreMemoryLeakPreventionListener in server.xml to preload
WarResourceSet class, this issue does not happen.


This is: to work-around this issue, add the following attribute to
JreMemoryLeakPreventionListener configured in conf/server.xml:

[[[
    classesToInitialize="org.apache.catalina.webresources.WarResourceSet"
]]]

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to