tomcat设置maxPostSize 使post内容大小不限制

tomcat7.0.63之前的版本

maxPostSize 设置为 0 或者负数

Connector 节点中加入maxPostSize="0"  或者  maxPostSize="-1" 

 

tomcat7.0.63之后的版本,需要设置为负数

Connector 节点中加入 maxPostSize="-1" 

 

https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=f5v2mcse

posted @ 2019-08-23 10:20  lw105116  阅读(6799)  评论(0)    收藏  举报