Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 818ddd06d845b5da01f9ed825f51640a > files > 4

jetty-6.1.26-7.fc15.noarch.rpm

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">

<!-- =============================================================== -->
<!-- Mixin configuration for Block socket connector                  -->
<!--                                                                 -->
<!-- =============================================================== -->


<Configure id="Server" class="org.mortbay.jetty.Server">

    <!-- Use this connector if NIO is not available.  -->
    <Call name="addConnector">
      <Arg>
          <New class="org.mortbay.jetty.bio.SocketConnector">
            <Set name="port"><SystemProperty name="jetty.bio.port" default="8081"/></Set>
            <Set name="maxIdleTime">50000</Set>
            <Set name="lowResourceMaxIdleTime">1500</Set>
          </New>
      </Arg>
    </Call>

</Configure>