neo anderson wrote: > I read the document at > http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html and have a > question. What is the class loading order if the classes are located under > /WEB-INF/classes/ and /WEB-INF/lib/ respectively?
The search order is always: /WEB-INF/classes /WEB-INF/lib You can distribute your classes between those locations any way you like but if you put the same class in both locations, the one in classes will always take priority. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org