From bad03c99551ee88c870f0ee00f337a21e6c9c95b Mon Sep 17 00:00:00 2001 From: jeb228 Date: Fri, 28 Jan 2011 21:45:47 +0000 Subject: [PATCH] NIHVIVO-719 Begin refactoring, to try to figure out why the thread isn't shutting down. Pull the ServletContextListener into a separate inner class. --- webapp/config/web.xml | 2 +- .../webapp/dao/jena/VClassGroupCache.java | 94 ++++++++++--------- 2 files changed, 52 insertions(+), 44 deletions(-) diff --git a/webapp/config/web.xml b/webapp/config/web.xml index ce59c45d2..8012c7821 100644 --- a/webapp/config/web.xml +++ b/webapp/config/web.xml @@ -171,7 +171,7 @@ - edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache + edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup