starting tomcat on port 80 on CentOS release 5.5 (Final)

前端 未结 6 1625
傲寒
傲寒 2021-02-05 15:17

I want to start Tomcat 6.0.29 on port 80. My OS is CentOS release 5.5 (Final) I changed following line in $TOMCAT_HOME/conf/server.xml



        
6条回答
  •  甜味超标
    2021-02-05 15:53

    go to address: /tomcat7/server.xml, edit file: use attribute porxyPort="80"

    which will cause servlets inside this web application to think that all proxied requests were directed to www.mycompany.com on port 80.

提交回复
热议问题