Tomcat 7 源码分析 - 初始化 class loader Bootstrap 在启动的时候初始化了三种class loader:common,server和shared。在它的createClassLoader方法里面,通过: