tomcat部署war包时连接被重置(修改tomcat上传限制)

相对目录:apache-tomcat-7.0.67/webapps/manager/WEB-INF/web.xml

500M的计算:500*1024*1024

<multipart-config>
      <!-- 500MB max -->
      <max-file-size>524288000</max-file-size>
      <max-request-size>524288000</max-request-size>
      <file-size-threshold>0</file-size-threshold>
    </multipart-config>

 

posted @ 2016-10-26 09:33  Tiago2014  阅读(1438)  评论(0编辑  收藏  举报