Apache Tomcat 8 - Class Loader HOW-TO
개발자 | 2016. 2. 29. 14:51
출처 : http://tomcat.apache.org/tomcat-8.0-doc/class-loader-howto.html
Bootstrap
|
System
|
Common
/ \
Webapp1 Webapp2 ...
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
- /WEB-INF/classes of your web application
- /WEB-INF/lib/*.jar of your web application
- System class loader classes (described above)
- Common class loader classes (described above)
'개발자' 카테고리의 다른 글
Cygwin 로컬 파일 권한 & 한글 문제 (0) | 2017.01.13 |
---|---|
Spring MVC – View 렌더링 시 발생한 오류 잡기 (0) | 2016.01.21 |
Gradle 설정 (0) | 2015.07.17 |
[MySql] 원격접속 설정 For Mac (0) | 2014.03.05 |
[PHP] Phalcon Framework 환경 구성 과정 (Mac OS X) (0) | 2014.01.14 |