I'm launching a Spring Boot .jar with Embedded Tomcat to an Elastic Beanstalk (Java) instance.
server.port=80 in the configuration file, however EB won't let Tomcat bind to port 80.
What's preventing Tomcat from listening to port 80 and how do I fix it?