} catch ( java.io.FileNotFoundException fnfex ){
containerCCL( savedContextCL );
return 404;
} catch( Exception ex ) {
if( ctx!=null )
ctx.log("compile error: req="+req, ex);
else
log.log("compile error: req="+req, ex);
handler.setErrorException(ex);
handler.setState(Handler.STATE_DISABLED);
// until the jsp cahnges, when it'll be enabled again