Update of /cvsroot/fink/pdb/solr/etc
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14014/solr/etc

Modified Files:
        jetty.xml 
Log Message:
pdb updates of various kinds

Index: jetty.xml
===================================================================
RCS file: /cvsroot/fink/pdb/solr/etc/jetty.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jetty.xml   28 Nov 2007 03:25:41 -0000      1.1
+++ jetty.xml   19 Mar 2009 16:41:47 -0000      1.2
@@ -12,6 +12,12 @@
 
 <Configure id="Server" class="org.mortbay.jetty.Server">
 
+    <!-- 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>
+
     <!-- =========================================================== -->
     <!-- Server Thread Pool                                          -->
     <!-- =========================================================== -->
@@ -21,7 +27,7 @@
       <New class="org.mortbay.thread.BoundedThreadPool">
         <Set name="minThreads">10</Set>
         <Set name="lowThreads">50</Set>
-        <Set name="maxThreads">250</Set>
+        <Set name="maxThreads">10000</Set>
       </New>
 
       <!-- Optional Java 5 bounded threadpool with job queue 
@@ -64,8 +70,8 @@
     <Call name="addConnector">
       <Arg>
           <New class="org.mortbay.jetty.bio.SocketConnector">
-            <Set name="port">8983</Set>
-            <Set name="host">127.0.0.1</Set>
+            <Set name="host"><SystemProperty name="jetty.port" 
default="127.0.0.1"/></Set>
+            <Set name="port"><SystemProperty name="jetty.port" 
default="8983"/></Set>
             <Set name="maxIdleTime">50000</Set>
             <Set name="lowResourceMaxIdleTime">1500</Set>
           </New>


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to