Is there a way to configure jetty options for "org.eclipse.jetty.webapp.WebAppContext"? I know you can use configuration files but I have no idea where to store those files so they get read. One of the options I would like to be-able to change is the maxFormContentSize.
Most of the parameters will not affect jServer as jServer is created differently.
However you can limit the size of each multipart data when you retrieve the data. The second parameter in ServletRequest.GetMultipartData is the maximum allowed size.