05 2017 档案

摘要:tomcat的启动是通过Bootstrap类的main方法(tomcat6开始也可以直接通过Catlina的main启动) Bootstrap的启动 Bootstrap的main方法先new了一个自己的对象(Bootstrap),然后用该对象主要执行了四个方法: init(); setAwait(t 阅读全文
posted @ 2017-05-16 11:36 Red_Code 阅读(6377) 评论(1) 推荐(3)