码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat8常用配置说明

时间:2019-04-23 11:07:08      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:color   www   链接   server   rect   you   strong   XML   reads   

链接: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”  />  

 

tomcat8常用配置说明

标签:color   www   链接   server   rect   you   strong   XML   reads   

原文地址:https://www.cnblogs.com/Steven5007/p/10755033.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!