tomcat6从启动到监听8080端口来处理请求的过程,如图: 最后的http11processor来负责处理每个request,也就是http协议的post,get,head, delete方法,不是嘛?