On Thu, Jun 18, 2009 at 10:12 AM, <[email protected]> wrote: > Author: xuhaihong > Date: Thu Jun 18 14:12:45 2009 > New Revision: 786071 > > <!-- The TomcatContainer/Service --> > @@ -78,6 +81,8 @@ > <attribute name="acceptCount">100</attribute> > <attribute name="connectionTimeout">20000</attribute> > <attribute name="disableUploadTimeout">true</attribute> > + <attribute name="maxSavePostSize">-1</attribute> > + <attribute name="maxSavePostSize">-1</attribute> > <reference name="TomcatContainer"> > <name>TomcatWebContainer</name> > </reference>
Shouldn't that be maxPostSize and maxSavePostSize? Jarek
