在tomcat 目录: /opt/apache-tomcat-9.0.13/webapps/manager/WEB-INF/web.xml 下修改:

<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>   

把里面的52428800 换成 524288000 就ok了,这里限制了上传项目的大小,所以上传不了,改大了就好了。

相关文章:

  • 2021-12-03
  • 2021-04-14
  • 2022-01-23
  • 2021-11-23
  • 2021-11-23
  • 2021-11-23
  • 2021-08-25
猜你喜欢
  • 2022-12-23
  • 2021-12-26
  • 2021-06-24
  • 2021-11-23
  • 2021-04-22
  • 2021-05-06
  • 2021-09-08
相关资源
相似解决方案