Re: How to fix the problem of partial loading of images?

2014-11-15 Thread Felix Schumacher
Hi Dmitri, have you tried to turn off facade recycling with the system property |org.apache.catalina.connector.RECYCLE_FACADES? | If it helps, your image generation is somehow clinging to a response instance. HTH Felix ||Am 01.11.2014 um 20:20 schrieb Dmitri Pisarenko: Hello Felix! Than

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-15 Thread Mark Thomas
On 15/11/2014 00:08, Konstantin Kolinko wrote: > 2. Please find some specification references. JavaEE, version EE.7.2.4 DataFormats is pretty clear that a WAR file follows the JAR specification. Mark - To unsubscribe, e-mail:

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-15 Thread Matt Newell
On Fri, Nov 14, 2014 at 7:08 PM, Konstantin Kolinko wrote: > 2014-11-15 0:57 GMT+03:00 Matt Newell : >> On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz >> wrote: >>> On 11/14/14 1:14 PM, Matt Newell wrote: Greetings, I have a need to get version information for classes that I