Update 'Install_Configure_ElasticSearch'

Kaimbacher 2022-07-28 09:50:37 +00:00
parent 384fbd7f1e
commit 8ddb7eabde

@ -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: