[
https://issues.apache.org/jira/browse/SOLR-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232420#comment-13232420
]
Bill Bell commented on SOLR-3159:
---------------------------------
For sharding we probably want to add back the equivalent for MAX POST size.
{code}
<!-- Increase the maximum POST size to 1 MB to be able to handle large
shard requests -->
<Call class="java.lang.System" name="setProperty">
<Arg>org.mortbay.jetty.Request.maxFormContentSize</Arg>
<Arg>1000000</Arg>
</Call>
{code}
To something like:
{code}
<Call class="java.lang.System" name="setProperty">
<Arg>org.eclipse.jetty.Request.maxFormContentSize</Arg>
<Arg>500000</Arg>
</Call>
{code}
See
http://wiki.eclipse.org/Jetty/Howto/Configure_Form_Size#Changing_the_Maximum_Form_Size_for_All_Apps_on_a_Server
> Upgrade to Jetty 8
> ------------------
>
> Key: SOLR-3159
> URL: https://issues.apache.org/jira/browse/SOLR-3159
> Project: Solr
> Issue Type: Task
> Reporter: Ryan McKinley
> Assignee: Ryan McKinley
> Priority: Minor
> Fix For: 4.0
>
> Attachments: SOLR-3159-maven.patch
>
>
> Solr is currently tested (and bundled) with a patched jetty-6 version.
> Ideally we can release and test with a standard version.
> Jetty-6 (at codehaus) is just maintenance now. New development and
> improvements are now hosted at eclipse. Assuming performance is equivalent,
> I think we should switch to Jetty 8.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]