Jetty-Server Exception: Form too large
802183Oct 1 2010 — edited Oct 1 2010hi,
how can we set Jetty properties in an already deployed application and also on the eclipse source env.?
the jetty property may be "maxFormContentSize" to fix the error below, according to Jetty email postings on the web.
Thanks,
the exception is as follows:
<Oct 1, 2010 10:05:48 AM EDT> <Warning> <Spring> <BEA-000000> <Warning in applic
ation 'fx'. Object 'Diagnostic-Profiles' is configured in an Event Server confi
guration file, but is not referenced in the Spring application context.>
<Oct 1, 2010 10:05:50 AM EDT> <Notice> <Spring> <BEA-2047000> <The application c
ontext for "fx" was started successfully>
<Oct 1, 2010 10:05:50 AM EDT> <Notice> <Server> <BEA-2046000> <Server STARTED>
<Oct 1, 2010 10:06:32 AM EDT> <Warning> <Jetty-JettyServer> <BEA-000000> <Error
processing servlet request: java.lang.IllegalStateException: Form too large95443
1>200000
java.lang.IllegalStateException: Form too large954431>200000
at org.mortbay.jetty.Request.extractParameters(Request.java:1476)
at org.mortbay.jetty.Request.getParameterValues(Request.java:808)
at com.bea.httppubsub.servlet.ControllerServlet.getJSONMessages(Controll
erServlet.java:382)
at com.bea.httppubsub.servlet.ControllerServlet.doRequest(ControllerServ
let.java:228)
at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServl
et.java:98)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at com.bea.httppubsub.runtime.ce.CEControllerServlet.service(CEControlle
rServlet.java:60)
at com.bea.core.jetty.internal.ServletHandler.serviceServlet(ServletHand
ler.java:79)
at com.bea.core.jetty.internal.ServletHandler.doService(ServletHandler.j