Toke Eskildsen [t...@statsbiblioteket.dk] wrote: yriveiro [yago.rive...@gmail.com] wrote: >> I'm trying to retrieve from Solr a query in CSV format with around 500K >> registers and I always get this error: >> [...] application/x-www-form-urlencoded content length (6040427 >> bytes) exceeds upload limit of 2048 KB [...]
> I remember running into this using tomcat with large result sets and a high > facet.limit. I do not remember the exact setting, but maxPostSize seems > like it might do the trick: > http://stackoverflow.com/questions/2947683/httprequest-maximum-allowable-size-in-tomcat Whoops. You're using Jetty. In that case this seems like the thing: https://wiki.eclipse.org/Jetty/Howto/Configure_Form_Size - Toke Eskildsen