From 1c2c5008687f1e3ab21223b76b655c895aa07e72 Mon Sep 17 00:00:00 2001 From: Aaron Brethorst Date: Tue, 7 Apr 2026 20:19:08 -0700 Subject: [PATCH] Disable Tomcat shutdown port --- oba/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/oba/Dockerfile b/oba/Dockerfile index 8ee5797..41ae679 100644 --- a/oba/Dockerfile +++ b/oba/Dockerfile @@ -200,6 +200,7 @@ COPY ./jmx_exporter_config.yml /app/jmx_exporter_config.yml # Set JVM options to include JMX exporter ENV JAVA_OPTS="-javaagent:/app/jmx_prometheus_javaagent.jar=1234:/app/jmx_exporter_config.yml" +ENV CATALINA_OPTS="-Dport.shutdown=-1" ########## # Bootstrapper and Supervisor