IDEMPIERE-2490 java.lang.IllegalStateException: Form too large

This commit is contained in:
Carlos Ruiz 2016-05-30 14:57:41 -05:00
parent 7b66732f46
commit 451e16699d
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@
<Arg>java.naming.factory.url.pkgs</Arg>
<Arg><Property name="java.naming.factory.url.pkgs" default="org.eclipse.jetty.jndi"/></Arg>
</Call>
<Call name="setAttribute">
<Arg>org.eclipse.jetty.server.Request.maxFormContentSize</Arg>
<Arg>1048576</Arg>
</Call>
<!-- Call class="org.eclipse.jetty.util.log.Log" name="getRootLogger">
<Call name="setDebugEnabled">