Steven5007

tomcat8常用配置说明

链接:https://www.jianshu.com/p/8b1c75951f70

2.tomcat8运行期错误HTTP头解析错误

修改tomcat的server.xml中的中配置  设置为8k

<Connector port = “8080”  protocol = “HTTP / 1.1maxHttpHeaderSize = “8192”    connectionTimeout = “20000”  
  maxThreads = “150”   maxSpareThreads = “75”     redirectPort = “8443”  />  

 

分类:

技术点:

相关文章:

  • 2021-11-17
  • 2021-07-29
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
猜你喜欢
  • 2021-12-29
  • 2021-05-22
  • 2021-10-27
  • 2022-12-23
  • 2021-09-07
  • 2021-11-12
相关资源
相似解决方案