docker-tomcat-tutorial icon indicating copy to clipboard operation
docker-tomcat-tutorial copied to clipboard

two suggestions

Open michielbdejong opened this issue 4 years ago • 1 comments

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

michielbdejong avatar Jul 13 '21 08:07 michielbdejong

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?

pfuntner avatar Feb 01 '24 13:02 pfuntner