Error: Java.lang.IllegalStateException:Form too large:201975 > 200000
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M00/84/78/wKioL1eRi0Dz9xaHAABen31k7oo158.png-wh_500x0-wm_3 -wmp_4-s_2387984997.png "title=" request form restriction "alt=" Wkiol1eri0dz9xahaaben31k7oo158.png-wh_50 "/>
Solve:
VI Jetty.xml
<configure id= "Server" class= "Org.eclipse.jetty.server.Server" >
Add the following code below the server line
<!--Guowang Add-to
<call name= "SetAttribute" >
<Arg>org.eclipse.jetty.server.Request.maxFormContentSize</Arg>
<Arg>-1</Arg>
</Call>
<call name= "SetAttribute" >
<Arg>org.eclipse.jetty.server.Request.maxFormKeys</Arg>
<Arg>-1</Arg>
</Call>
Reference:
http://blog.csdn.net/lj_6891zz/article/details/40341951
Http://www.tuicool.com/articles/ryiA3y
http://blog.csdn.net/madding/article/details/6759603
Jetty9 Request Form form too small limit