Tomcat 9 running on docker – Cannot find /usr/local/tomcat/bin/setclasspath.sh
I'm running a tomcat (tomcat:9-jre11) on docker, when launching it, it logs the following, then crashes : Cannot find /usr/local/tomcat/bin/setclasspath.sh This file is needed to run this program My first issue was actually getting inside the container because I can't…