Chapter 1

Class reloading is not performed when only a support class changes. For efficiency, servers check only the servlet class timestamp to determine whether to reload a context. Support classes in WEB-INF/classes may be reloaded when a context is reloaded, but if the support class is the only class to change, the server most likely won't notice. ................
................