diff --git a/Install_Configure_ElasticSearch.md b/Install_Configure_ElasticSearch.md index c46743f..c9221cb 100644 --- a/Install_Configure_ElasticSearch.md +++ b/Install_Configure_ElasticSearch.md @@ -106,7 +106,7 @@ Access Elasticsearch admin page from http://localhost:9200/ Update Elasticsearch URL in 'WEB-INF/config.properties': ``` sudo nano work/jetty-0_0_0_0-8080-geonetwork_war-_geonetwork-any-/webapp/WEB-INF/config.properties -es.url=http://127.0.0.1:9200ion +es.url=http://127.0.0.1:9200 ``` add ‘es’ to the ‘spring.profiles.active’ in 'WEB-INF/web.xml'` to activate it and restart the application: