From c3d1d16d9be8ad8a58371aba65f281c51a66bf2a Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 23 Nov 2011 21:53:51 +0000 Subject: [PATCH] Create a smoke test to check the connection to Solr. --- productMods/WEB-INF/resources/startup_listeners.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index 1ee632fe..847811b1 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -68,3 +68,6 @@ edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerSetup org.apache.commons.fileupload.servlet.FileCleanerCleanup edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup + +# This should be near the end, because it will issue a warning if the connection to Solr times out. +edu.cornell.mannlib.vitro.webapp.servlet.setup.SolrSmokeTest