m_rootBreadCrumbLabel = configuration.getAttribute(
"root-bread-crumb-label", m_rootBreadCrumbURL );
String accessLogFile = configuration.getAttribute( "access-log", null );
m_httpServer = new HTTPServer( m_port, m_bindAddr );
m_httpServer.enableLogging( getLogger().getChildLogger( "server" ) );
m_httpServer.setInstrumentableName( "server" );
m_httpServer.setAccessLogFile( accessLogFile );
addChildInstrumentable( m_httpServer );
}