I am trying to access tomcat manager app from host. The port publishing is successfull but when trying to access tomcat manager I get 404 error.
This is the command used to launch the tomcat :
docker container run -p 8010:8080 --name mytomcat tomcat:9.0
and trying to access it by url :
http://localhost:8010/manager
From the logs I can confirm that tomcat is running, and I can access it from host system, but when accessing the manager app, 404 is received.