<![CDATA[Latest posts for the topic "đổi port của tomcat6 trên Centos"]]> /hvaonline/posts/list/24.html JForum - http://www.jforum.net đổi port của tomcat6 trên Centos "8080" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" wwwectPort="8443" /> to <Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" wwwectPort="8443" /> Mong các bạn giúp mình fix lỗi này. Thank you. ]]> /hvaonline/posts/list/43019.html#267507 /hvaonline/posts/list/43019.html#267507 GMT đổi port của tomcat6 trên Centos It should be noted here that there is one Tomcat configuration parameter that you may or may not want to change, the proxyPort parameter in the server.xml file. Since Tomcat still receives requests on port 8080 as they are relayed by the Linux Netfilter system from port 80, Tomcat may display port 8080 in the URL depending on the application's content. So if you want to change it to port 80, the proxyPort parameter would need to be added in the $CATALINA_BASE/conf/server.xml (/opt/tomcat-instance/sales.example.com/conf/server.xml). file for port 8080: <Connector port="8080" protocol="HTTP/1.1" proxyPort="80" connectionTimeout="20000" wwwectPort="8443" /> After that you need to restart Tomcat to make this change effective.   ]]> /hvaonline/posts/list/43019.html#267510 /hvaonline/posts/list/43019.html#267510 GMT đổi port của tomcat6 trên Centos /hvaonline/posts/list/43019.html#267513 /hvaonline/posts/list/43019.html#267513 GMT đổi port của tomcat6 trên Centos

trongthect wrote:
Mình cài tomcat6 trên Centos 5.7. Mặc định tomcat6 chạy ở port 8080 và apache chạy ở port 80. Giờ có yêu cầu cho tomcat6 chạy port 80 và apache chạy port 8081. Mình đã vào file httpd.conf chuyển được apache chạy port 8081 rồi . Tiếp theo vào file /etc/tomcat6/server.xml đổi port 8080 thành 80. Tuy nhiên tomcat6 không chạy được. netstat -an |grep 80 vẫn không thấy port 80 được listen. Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" wwwectPort="8443" /> to <Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" wwwectPort="8443" /> Mong các bạn giúp mình fix lỗi này. Thank you.  
catalina.out 'nói' cái gì khi start tomcat?]]>
/hvaonline/posts/list/43019.html#267542 /hvaonline/posts/list/43019.html#267542 GMT
đổi port của tomcat6 trên Centos /hvaonline/posts/list/43019.html#267543 /hvaonline/posts/list/43019.html#267543 GMT