Closed zdefne-usgs closed 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.
Have you tried unidata/thredds-docker:5.5
?
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
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!
What does it take to upgrade to Tomcat version 9?