Reading the Tomcat 7 source code, I just wonder why Tomcat instance Catalina and invokes the related methods by using reflection instead of simply using new to create the object and calling the method directly?
Reading the Tomcat 7 source code, I just wonder why Tomcat instance Catalina and
Share
The answer is in the javadoc comment of the
Bootstrapclass: