Why does Tomcat work with port 8080 but not 80?

前端 未结 7 1711
刺人心
刺人心 2020-12-08 15:59

I have started and tested Tomcat under Port 8080 (default). Now I altered the connector port to 80 and restarted Tomcat, nothing will show on my minimal Debian 6.0 installa

7条回答
  •  無奈伤痛
    2020-12-08 16:19

    stop apache service and then run tomcat you should be good , by default apache is running on port 80

提交回复
热议问题