1. Why set maxPostSize? The tomcat container has a limit on the size of the transmitted data. If a file exceeding this value is uploaded, an error will be reported, making the program unable to be used normally. 2. Setting method Find /conf/server.xml in the tomcat directory and add the maxPostSize parameter to it
The parameter value "-1" means no size limit. Not setting the maxPostSize parameter means using the default size, which is 2097152 bytes, or 2 megabytes. 3. Notes on setting values One thing to note is that when there is no limit on the size of transmitted data under different versions of Tomcat, the value of maxPostSize is not the same! Specific differences: Before tomcat7.0.63, setting maxPostSize to a value less than or equal to 0 means no limit In tomcat7.0.63 and later, setting maxPostSize to a value less than 0 indicates no limit If you set maxPostSize="0" after tomcat7.0.63, the transmitted data will not be obtained. 4. Official Documentation Attach tomcat changeLog
The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: JavaScript setinterval delay one second solution
>>: MySQL detailed single table add, delete, modify and query CRUD statements
1. Download the alpine image [root@docker43 ~]# d...
<br />If only XHTML and CSS were object-orie...
Today I was dealing with the issue of migrating a...
Learned ConcurrentHashMap but don’t know how to a...
1 What is MVCC The full name of MVCC is: Multiver...
Preface: Last Sunday, a senior asked me to help m...
illustrate DML (Data Manipulation Language) refer...
In our recent project, we need to use Google robo...
Preface Today, when I was designing a feedback fo...
Compared with FTP, SSH-based sftp service has bet...
Basic environment configuration Please purchase t...
Docker private image library Docker private image...
Error message: user: 'root' host: `localh...
JS implements a hover drop-down menu. This is a s...
Introduction Today I will share the use of the su...