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

Modified Files:
        jetty.xml 
Log Message:
use ip instead of localhost, in case of IPv6 weirdness, also, enable nio 
connector

Index: jetty.xml
===================================================================
RCS file: /cvsroot/fink/pdb/solr/etc/jetty.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jetty.xml   6 Sep 2009 17:23:06 -0000       1.3
+++ jetty.xml   6 Sep 2009 17:57:37 -0000       1.4
@@ -48,10 +48,11 @@
     <!-- =========================================================== -->
 
     <!-- Use this connector for many frequently idle connections
-         and for threadless continuations.
+         and for threadless continuations. -->
     <Call name="addConnector">
       <Arg>
           <New class="org.mortbay.jetty.nio.SelectChannelConnector">
+            <Set name="host"><SystemProperty name="jetty.host" 
default="127.0.0.1"/></Set>
             <Set name="port"><SystemProperty name="jetty.port" 
default="8983"/></Set>
             <Set name="maxIdleTime">30000</Set>
             <Set name="Acceptors">2</Set>
@@ -59,7 +60,6 @@
           </New>
       </Arg>
     </Call>
-   -->     
 
     <!-- Use this connector if NIO is not available. -->
     <!-- This connector is currently being used for Solr because the
@@ -67,6 +67,7 @@
          from a single client with non-persistent connections (35s vs ~3min)
          to complete 10,000 requests)
     -->
+    <!--
     <Call name="addConnector">
       <Arg>
           <New class="org.mortbay.jetty.bio.SocketConnector">
@@ -77,6 +78,7 @@
           </New>
       </Arg>
     </Call>
+    -->
 
     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
     <!-- To add a HTTPS SSL listener                                     -->


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to