<?xml version="1.0" standalone="yes" ?>
<webserver port="1977">

  <!-- Configures the special index files to check for directory URLs -->
  <welcome-file-list>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.html</welcome-file>
  </welcome-file-list>

  <!--
     - Configures threads for web server
    -->
  <thread-pool num="20" />

  <!-- 
     - Configures the location where the web server should find
     - the available files
   --> 
  <rootdir name="/home/sprenkle/webdocs/" />

</webserver>
