It will load from the yourApp/WEB-INF/lib folder first.
However, "for classes which are part of J2SE (which means it will attempt loading first with its parent classloader before loading from its current repositories, regardless of the current delegation setting). This includes classes from the SAX and DOM APIs, Xalan, Xerces, and any classes which package name starts with "javax.".
For the later case, it will load from
1. Shared
2. Common/endorsed,
3. Common/lib,
4. JAVE_HOME/lib,
finally yourApp/WEB-INF/lib
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.