<app-dir>webapps/board</app-dir>
<http port='8080'/>                         
<srun host='127.0.0.1' port='6803'/>            <host id=''>                            
<web-app id='/'>                
<classpath id='classes' <!--编译以后的路径 -->
          source='src'             <!--source路径-->
          compile='true'/>        <!--自动编译 -->
.................................
</web-app>
   </host>   
---------------------------------
自己对照一下,