Update notes for 2018-09-13

This commit is contained in:
2018-09-14 00:31:05 +03:00
parent 5899fa5e3f
commit ecaa96e599
3 changed files with 14 additions and 8 deletions

View File

@ -263,5 +263,8 @@ https://cgspace.cgiar.org/rest/statlets?handle=10568/97103&_=1536844046540
- I did a clean deploy of DSpace 5.8 on Ubuntu 18.04 with some stripped down Tomcat 8 configuration and actually managed to get it up and running without the autowire errors that I had previously experienced
- I realized that it always works on my local machine with Tomcat 8.5.x, but not when I do the deployment from Ansible in Ubuntu 18.04
- So there must be something in my Tomcat 8 `server.xml` template
- Now I re-deployed it with the normal server template and it's working, WTF?
- Must have been something like an old DSpace 5.5 file in the spring folder... weird
- But yay, this means we can update DSpace Test to Ubuntu 18.04, Tomcat 8, PostgreSQL 9.6, etc...
<!-- vim: set sw=2 ts=2: -->