How to change the port of Tomcat from 8080 to 80?

后端 未结 13 792
野的像风
野的像风 2020-11-22 17:22

I want to execute my web app as http://localhost.

13条回答
  •  长情又很酷
    2020-11-22 17:57

    Here are the steps:

    --> Follow the path: {tomcat directory>/conf -->Find this line:

    
    

    change portnumber from "8080" to "80".

    --> Save the file.

    --> Restart the server :)

    | improve this answer | |

提交回复
热议问题