Web transport, foreground parameter data volume is too large [JSON format string], may reach a few m,ajax call the background method

Source: Internet
Author: User
EB transmission, the foreground parameter data volume is too large "JSON format string", may reach a few m,ajax call the background method, cannot be passed
Problem analysis: Tomcat on the default post commit size of 2M, about, more than this size, will pass the value is unsuccessful
Workaround: Modify the limit size of the post submission size and modify it on Server.xml as follows:
<connector port= "8080" protocol= "http/1.1"
Connectiontimeout= "2000"
Redirectport= "8443"
Uriencoding= "UTF-8"
Maxthreads= "3000"
Compression= "on" compressablemimetype= "Text/html,text/xml"
Maxpostsize= "10240"/>
<connection port= "8009" enablelookups= "false" redirectport= "8443" debug= "0" protocol= "ajp/1.3"/>

Where parameter maxpostsize= "10240" is the limit to the size of the POST request parameter, tomcat7.0.63 before the version set to 0 and negative numbers can represent unrestricted. However, the version after 7.0.63 is only set to a negative number to represent unlimited data size

Web transport, foreground parameter data volume is too large [JSON format string], may reach a few m,ajax call the background method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.