Re: Tomcat fails to start in Docker on Amazon ECS

2021-05-15 Thread Martynas Jusevičius
My bad :) CATALINA_OPTS was malformed. On Sat, May 15, 2021 at 10:19 AM Martynas Jusevičius wrote: > > Hi, > > I have a Docker image that extends tomcat:9.0.39-jdk11 and at the very > end of the entrypoint script calls 'catalina.sh run'. > > This has worked fine both on my local Windows and on a

Tomcat fails to start in Docker on Amazon ECS

2021-05-15 Thread Martynas Jusevičius
Hi, I have a Docker image that extends tomcat:9.0.39-jdk11 and at the very end of the entrypoint script calls 'catalina.sh run'. This has worked fine both on my local Windows and on a CentOS server. However when I start a container on Amazon ECS with AMI Linux, I get the error below when catalina