Tomcat 5 Class Loading
See Also
Tomcat 5 loads web module elements in the class path for web module execution
and debugging in following order:
- Bootstrap classes of your JVM
- System class loader classes
- WEB-INF/classes directory of your web module
- WEB-INF/lib/*.jar directory of your web module
- tomcat-installation-dir/common/classes
- tomcat-installation-dir/common/endorsed/*.jar
- tomcat-installation-dir/common/lib/*.jar
- tomcat-installation-dir/shared/classes
- tomcat-installation-dir/shared/lib/*.jar
Legal Notices