相对目录: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>