10.17 Enable memory leak listener - verify present

Information

The JRE Memory Leak Prevention Listener provides work-arounds for known places where the Java Runtime Environment uses the context class loader to load a singleton as this will cause a memory leak if a web application class loader happens to be the context class loader at the time. The work-around is to initialize these singletons when this listener starts as Tomcat's common class loader is the context class loader at that time. It also provides work-arounds for known issues that can result in locked JAR files.

Rationale:

Enabling the JRE Memory Leak Prevention Listener provides work-arounds for preventing memory leaks.

Solution

Uncomment the JRE Memory Leak Prevention Listener in $CATALINA_HOME/conf/server.xml

<Listener className='org.apache.catalina.core.JreMemoryLeakPreventionListener' />

References:

https://tomcat.apache.org/tomcat-8.0-doc/config/listeners.html#JRE_Memory_Leak_Prevention_Listener_-_org.apache.catalina.core.JreMemoryLeakPreventionListener

See Also

https://workbench.cisecurity.org/files/2506

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-6, CSCv7|5.1

Plugin: Unix

Control ID: d621ac426fc3c2b7ed63bb0a72d496f67cd3fbeeee06b46134a6cf2fc73ffb74