glenrobson / SimpleAnnotationServer

A simple IIIF and Mirador compatible Annotation Server
Apache License 2.0
97 stars 28 forks source link

Be consistent with port choose 8080 or 8888 #63

Closed glenrobson closed 4 years ago

glenrobson commented 4 years ago

Currently mvn jetty:run uses port 8888 but using the java -jar dependency/jetty-runner.jar simpleAnnotationStore.war runs on port 8080.

If I change jetty:run I'll have to update the local docs as suggested in:

https://github.com/glenrobson/SimpleAnnotationServer/pull/55

If I change jetty-runner Ill have to change the IIIF workshops

glenrobson commented 4 years ago

java -jar dependency/jetty-runner.jar is unfortunately hardcoded to 8080 but I've changed the instructions to add --port 8888 so its consistent.