文章分类 -  tomcat

摘要:1 - Tomcat Server的组成部分1.1 - ServerA Server element represents the entire Catalina servlet container. (Singleton)1.2 - ServiceA Service element represents the combination of one or more Connector components that share a single EngineService是这样一个集合:它由一个或者多个Connector组成,以及一个Engine,负责处理所有Connector所获得的客户请 阅读全文
posted @ 2013-09-05 14:31 金广国 阅读(119) 评论(0) 推荐(0)