Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Configure JreMemoryLeakPreventionListener

Use JreMemoryLeakPreventionListener configuration as suggested in issue instead.

<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" appContextProtection="true" />

ImageIO leak prevention for Tomcat based servlet containers

Download jar or build it with mvn package

To use it add produced jar file into tomcat/lib directory and specify class to initialize in conf/server.xml

<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" classesToInitialize="osl.tib.eu.ImageIO.LeakPrevention" />

In web application use servlet listener

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages