Tomcat 7 通过控制台发包报上传包过大错误
报错日志:Deploy Upload Failed, Exception: org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (56101167) exceeds the configured maximum (52428800)
处理方法:
修改文件$tomcat_home\webapps\manager\WEB-INF\web.xml
104857600
104857600
0
参考博文:http://blog.csdn.net/u013474104/article/details/43670755
页:
[1]