当前位置:首页 > Web开发 > 正文

修改manager的web.xml d:\app\tomcat\apache-tomcat-7.0.79\webapp

2024-03-31 Web开发

改削manager的web.xml
d:\app\tomcat\apache-tomcat-7.0.79\webapps\manager\WEB-INF\web.xml

<multipart-config> <!-- 50MB max --> <max-file-size>52428800</max-file-size> <max-request-size>52428800</max-request-size> <file-size-threshold>0</file-size-threshold> </multipart-config>

改削成

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

如何改削Tomcat上传war包的巨细?

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/31072.html