`

Tomcat6 class load order

    博客分类:
  • java
阅读更多

Therefore, from the perspective of a web application, class or resource loading looks in the following repositories, in this order:

  • Bootstrap classes of your JVM
  • System class loader classes (described above)
  • /WEB-INF/classes of your web application
  • /WEB-INF/lib/*.jar of your web application
  • $CATALINA_HOME/lib
  • $CATALINA_HOME/lib/*.jar
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics