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

前端 未结 6 1614
傲寒
傲寒 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 16:06

    You can change AUTHBIND property of "/etc/default/tomcat6" to "yes" as follows

    AUTHBIND=yes
    

    Restart your tomcat and that will enable you to use available privileged port (1-1023).

提交回复
热议问题