Update default startup_listeners.txt for ElasticSearch

Related to: https://jira.duraspace.org/browse/VIVO-1600
This commit is contained in:
Andrew Woods 2018-09-26 16:38:32 -04:00
parent 8d6cc7a3c9
commit c332e3eacf
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ utilities/rdbmigration/.work
**/target **/target
**/overlays **/overlays
*~
# Eclipse artifacts # Eclipse artifacts
**/.settings **/.settings

View file

@ -86,7 +86,7 @@ edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup
edu.cornell.mannlib.vivo.orcid.OrcidContextSetup 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. # 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.SolrSmokeTest edu.cornell.mannlib.vitro.webapp.servlet.setup.SearchEngineSmokeTest
org.vivoweb.webapp.startup.i18nSetup org.vivoweb.webapp.startup.i18nSetup