Update notes for 2017-11-05

This commit is contained in:
2017-11-05 15:53:35 +02:00
parent 3213b0ae76
commit c49ccb8b20
3 changed files with 14 additions and 8 deletions

View File

@ -117,3 +117,6 @@ dspace=# select distinct text_value, authority, confidence from metadatavalue va
```
- So I'm not sure if this is just a graphical glitch or if editors have to edit this metadata field prior to approval
- Looking at monitoring Tomcat's JVM heap with Prometheus, it looks like we need to use JMX + [jmx_exporter](https://github.com/prometheus/jmx_exporter)
- This guide shows how to [enable JMX in Tomcat](https://geekflare.com/enable-jmx-tomcat-to-monitor-administer/) by modifying `CATALINA_OPTS`
- I was able to successfully connect to my local Tomcat with jconsole!