You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Tomcat listener that will close any open database connections when the 'quality.war' is unloaded during a Tomcat stop or restart. Not having this hasn't caused any problems yet, but Tomcat prints a warning message every time the war is unloaded, so it's good practice and may prevent other related memory leaks.
The text was updated successfully, but these errors were encountered:
Add a Tomcat listener that will close any open database connections when the 'quality.war' is unloaded during a Tomcat stop or restart. Not having this hasn't caused any problems yet, but Tomcat prints a warning message every time the war is unloaded, so it's good practice and may prevent other related memory leaks.
The text was updated successfully, but these errors were encountered: