sengzhao666

了解到Tomcat在缺省状态下使用了三个端口:(需要修改)

(1)shutdown端口:

<Server port="8005" shutdown="SHUTDOWN">

 

(2)Http端口:

<Connector port="8989" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443" />

 

(3)AJP端口:

<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />

 

   

 

分类:

技术点:

相关文章:

  • 2022-01-17
  • 2022-02-20
  • 2021-12-15
  • 2021-10-25
  • 2021-12-11
猜你喜欢
  • 2021-11-30
  • 2021-12-09
  • 2021-05-13
相关资源
相似解决方案