From 1d16f165dc4a69afa7a90a486ac0cdba865ba822 Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 17 Jul 2013 13:01:33 -0400 Subject: [PATCH] VIVO-213 smoke test to check JVM temp directory If it isn't set, if it isn't a directory, if we can't access it, if we can't create a temp file, complain. --- productMods/WEB-INF/resources/startup_listeners.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index ed5c8e4c..d27cd019 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -5,6 +5,8 @@ # https://sourceforge.net/apps/mediawiki/vivo/index.php?title=The_StartupManager # +edu.cornell.mannlib.vitro.webapp.servlet.setup.JvmSmokeTests + edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSmokeTests