From c332e3eacf144589650f0529e17d482ab76213ba Mon Sep 17 00:00:00 2001 From: Andrew Woods Date: Wed, 26 Sep 2018 16:38:32 -0400 Subject: [PATCH] Update default startup_listeners.txt for ElasticSearch Related to: https://jira.duraspace.org/browse/VIVO-1600 --- .gitignore | 1 + .../src/main/webapp/WEB-INF/resources/startup_listeners.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08b9a4b1..bcbfb1b7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ utilities/rdbmigration/.work **/target **/overlays +*~ # Eclipse artifacts **/.settings diff --git a/webapp/src/main/webapp/WEB-INF/resources/startup_listeners.txt b/webapp/src/main/webapp/WEB-INF/resources/startup_listeners.txt index e7bdfa88..47dd5659 100644 --- a/webapp/src/main/webapp/WEB-INF/resources/startup_listeners.txt +++ b/webapp/src/main/webapp/WEB-INF/resources/startup_listeners.txt @@ -86,7 +86,7 @@ edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup edu.cornell.mannlib.vivo.orcid.OrcidContextSetup -# 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 +# This should be near the end, because it will issue a warning if the connection to Solr or ElasticSearch times out. +edu.cornell.mannlib.vitro.webapp.servlet.setup.SearchEngineSmokeTest org.vivoweb.webapp.startup.i18nSetup