jetty中XML文件作用(以jetty9为准):
jetty.xml -- 安装jetty服务
包括:
Server Thread Pool :线程池
Add shared Scheduler instance:添加共享调度器实例(jetty9 新加)
Http Configuration.:Http配置(jetty9 新加)
Set the default handler structure for the Server :为服务器设置默认处理程序结构
extra server options :额外的服务选项
从 jetty8 到 jetty9 去掉了该XML文件的 connectors 项