}
}
// if not found - then we don't have a Servlet22Interceptor.
// That means a configuration problem.
if( handler.getModule() == null )
throw new TomcatException("Can't find Servlet22Interceptor");
ctx.addServlet( handler );
handler.setContext( ctx );
}