HttpCommandProcessor processor = (HttpCommandProcessor)Class.forName(defaultCommandProcessors[i][1]).newInstance();
commands.put(defaultCommandProcessors[i][0], processor);
}
catch (Exception e)
{
log.warn("Exception building command procesor", e);
}
}
}
catch (ParserConfigurationException e)
{