Accessing Tomcat Manager of an App Deployed on Docker
In previous articles we built our own image and deployed our application into Apache Tomcat server. As you might be aware, Tomcat has a manager app which allows us to mange the web applications deployed on the server. We can…