Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paritosh-Anand authored Aug 16, 2020
1 parent 45a1296 commit 4398547
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dockerhttpdtomcat_web_1 catalina.sh run Up 8009/tcp, 8

Do note: don't make hard-mappings of HTTPD's container port to base machine. It will kill the possiblities of scaling any of the services.

Test the setup from browser on http://localhost:*mapped_httpd_port*. It will open Apache Tomcat's welcome page. URL in this case would be:
Test the setup from browser on http://localhost:*mapped_httpd_port*.
```
http://localhost:32776/
http://localhost:32776/ -- Apache HTTP default page
http://localhost:32776/sample/ -- Sample web app from Apache Tomcat
```

0 comments on commit 4398547

Please sign in to comment.