knowledgepixels / nanodash

A web client to browse and publish nanopublications.
GNU Affero General Public License v3.0
26 stars 2 forks source link

Switch to latest version of Tomcat (10) #100

Closed tkuhn closed 9 months ago

tkuhn commented 1 year ago

Currently using outdated version 7, because I couldn't figure out how to generate stand-alone JAR files with more recent versions.

It's probably best to just switch to version 10, and disable support for running local JAR file, so local installation can only be done with Docker.

tkuhn commented 10 months ago

The code for this is in the branch https://github.com/knowledgepixels/nanodash/tree/latest-tomcat.

tkuhn commented 9 months ago

Done with the merge of the latest-tomcat branch.