if( request.getAttribute("tomcat.ReloadInterceptor")!=null)
return 0;
DependManager dm=(DependManager)ctx.getContainer().
getNote(dependManagerNote);
if( ! dm.shouldReload() ) return 0;
if( debug> 0 )
log( "Detected changes in " + ctx.toString());
try {