Skip to content

litvinovg/imageio-leak-prevention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages