softwareyoga / docker-tomcat-tutorial

A basic tutorial on running a web app on Tomcat using Docker
25 stars 268 forks source link

two suggestions #3

Open michielbdejong opened 3 years ago

michielbdejong commented 3 years ago

Re https://www.cprime.com/resources/blog/deploying-your-first-web-app-to-tomcat-on-docker/

1) there is a space missing in the "$ git clonehttps://github.com/softwareyoga/docker-tomcat-tutorial.git" line

2) and at the end, it says "Open http://localhost:80/ in a browser to see the sample web application running."

but a better conclusion would be "Open http://localhost:80/sample" because that is where the sample.war is actually running

pfuntner commented 7 months ago

Good suggestions - have you considered forking the repo and making a pull request? FWIW, I'm just a humble user too and have nothing to do with the repo.

When I open http://localhost:80/sample I get no output whatsoever. I was expecting a Hello message but see nothing. Do you see the message?