Version of Tomcat Server: tomcat-9.0.10
Basically I have a docx file hosted in the ROOT folder of my tomcat server. If i try to get the file on my browser it works using "http://localhost:1212/Manufacturing.docx". When I try to use the file in a local build of my webapp it works. But when i try to use "http://localhost:1212/Manufacturing.docx" in my app hosted on the docker container, it fails to get the file (it seems like it cannot establish a connection). Any idea why I can server the file outside of the container but cannot inside the container?