Unidata / thredds-docker

Dockerized THREDDS
https://hub.docker.com/r/unidata/thredds-docker
BSD 3-Clause "New" or "Revised" License
36 stars 28 forks source link

upgrading to Tomcat version 9 #309

Closed zdefne-usgs closed 3 weeks ago

zdefne-usgs commented 3 weeks ago

What does it take to upgrade to Tomcat version 9?

zdefne-usgs commented 3 weeks ago

The point is symlinks (implemented with ln -s in unix for combining files from different folders in a single folder without copying them) do not display on the browser with Thredds server. According to some googling editing context.xml on a Tomcat v9 is supposed to resolve the issue. But the latest version of Threddds-docker I had installed (unidata/thredds-docker:5.4) comes with a Tomcat version 8.x.

julienchastang commented 3 weeks ago

Have you tried unidata/thredds-docker:5.5 ?

ana-v-espinoza commented 3 weeks ago

Zafer,

The latest version of thredds-docker is 5.5, which does use tomcat9.

See the thredds-docker:5.5 Dockerfile thredds-docker on dockerhub

Also available is the 5.6-SNAPSHOT, which will have the most recent development updates from the THREDDS team.

Let me know if this helps so we can close this issue.

Thank you,

-- ana

zdefne-usgs commented 3 weeks ago

Thank you @ana-v-espinoza . I have just realized that. I was looking at the tagged versions on this repo only. It all makes sense now. I have upgraded to v5.5 and my issue has been resolved. Thanks!