for ( Handler h : handlers )
{
if ( h instanceof ContextHandler )
{
ContextHandler ch = ( ContextHandler ) h;
ch.setAttribute( HttpDirectoryService.KEY, new HttpDirectoryService( dirService ) );
}
}
LOG.info( "starting jetty http server" );
jetty.start();