docker-library/tomcat

Cannot find /usr/local/tomcat/bin/setclasspath.sh error when using tomcat:9-jre11-bullseye image

retrokyo opened this issue · 1 comments

Hello there,

So I am facing the issue as described in the title. To start Tomcat, in the container I am using an entrypoint script that runs exec env JAVA_OPTS="${JAVA_OPTS}" /usr/local/tomcat/bin/catalina.sh run

I have tried unsetting the env variable CATALINA_HOME but that did not resolve the issue.

Is there any recommendation for this issue?

Seemed to be an issue with multiple Java JRE version being installed.