Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo from prot to port in line 27 and 39
  • Loading branch information
pramuditorh authored Oct 15, 2019
1 parent 6b3ba80 commit 503365c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tomcat/tomcat_installation.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
tomcatup
```
#### Check point :
access tomcat application from browser on prot 8080
access tomcat application from browser on port 8080
- http://<Public_IP>:8080

Using unique ports for each application is a best practice in an environment. But tomcat and Jenkins runs on ports number 8080. Hence lets change tomcat port number to 8090. Change port number in conf/server.xml file under tomcat home
Expand All @@ -36,7 +36,7 @@ tomcatdown
tomcatup
```
#### Check point :
Access tomcat application from browser on prot 8090
Access tomcat application from browser on port 8090
- http://<Public_IP>:8090

1. now application is accessible on port 8090. but tomcat application doesnt allow to login from browser. changing a default parameter in context.xml does address this issue
Expand Down

0 comments on commit 503365c

Please sign in to comment.