Openrouteservice .war file deployment on tomcat9

Hello,

Last week I decided to try the openrouteservice API on a server and followed this instruction: Building from Source | openrouteservice documentation. However I am struggling with the part 5 on tomcat. I moved the .war file to the directory tomcat9/webapps and tried to deploy with the command ./startup.sh. After this step, tomcat stopped working and I didn’t get a response on the browser with the IP-Adress:8080/

Hey @atxenes,

i think your post was befor we did this build: upgrade to tomcat 10 · GIScience/openrouteservice@61523f7 · GitHub
But after moving to Spring-boot 3 you definitely need tomcat 10.

The running with tomcat docs prob. need updating :sweat:

Best regards