adding all of botlist, initial add
[botlist.git] / botlist_testserver / jetty / etc / jetty-bio.xml
bloba34eea522b078d4934dfbe9e78d1b29332eddcbc
1 <?xml version="1.0"?>
2 <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
4 <!-- =============================================================== -->
5 <!-- Mixin configuration for Block socket connector                  -->
6 <!--                                                                 -->
7 <!-- =============================================================== -->
10 <Configure id="Server" class="org.mortbay.jetty.Server">
12     <!-- Use this connector if NIO is not available.  -->
13     <Call name="addConnector">
14       <Arg>
15           <New class="org.mortbay.jetty.bio.SocketConnector">
16             <Set name="port"><SystemProperty name="jetty.bio.port" default="8081"/></Set>
17             <Set name="maxIdleTime">50000</Set>
18             <Set name="lowResourceMaxIdleTime">1500</Set>
19           </New>
20       </Arg>
21     </Call>
23 </Configure>