<?xml version="1.0"?>  
  <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN"  
  "http://jetty.mortbay.org/configure.dtd">  
  <Configure id="WebAppContext" class="org.eclipse.jetty.webapp.WebAppContext">  
          <Set name="maxFormContentSize" type="int">600000</Set>
          <Set name="maxFormKeys">2000</Set>
  </Configure>