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