wyona / katie-backend

Katie Backend
https://katie.qa
Apache License 2.0
26 stars 1 forks source link

Make URL Prefix configurable #18

Open michaelwechner opened 3 months ago

michaelwechner commented 3 months ago

In oder to allow a URL prefix other than "/" (ROOT) one as to change according to

https://github.com/wyona/katie-backend?tab=readme-ov-file#docker-using-tomcat

michaelwechner commented 3 months ago

Just realize, that we can remove completely from index.html

So the only remaining change would be to rename the war file before startup, whereas see

Dockerfile_Java11_Tomcat

and enhance

CMD ["/opt/tomcat/bin/catalina.sh", "run"]

michaelwechner commented 3 months ago

But then again, this might not be even necessary, because Katie could run without prefix and even when the reverse proxy is using a prefix, it should still work