Tomcat doesn't initialize spring boot application
Summary
We have a springboot application that should use external TC instead of the embedded. After we start up the container from this image, drop the WAR into usr/local/tomcat/webapps location, and restart the image. Tomcat deploys the WAR but doesn't initialize Spring Boot. The WAR is tested to be working as expected as we drop it to the local Apache TC, run the catalina.sh run command, it then starts, deploys, and initializes properly.
Steps to reproduce
Run the image then drop the attached WAR to its container.
What is the current bug behavior?
You will see TC deploys but doesn't initialize.
What is the expected correct behavior?
SpringBoot initializes and app can be reached on the browserlookup.war
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Defintion of Done
-
Bug has been identified and corrected within the container