String jettyHome = System.getProperty("jetty.home");
if (jettyHome != null && jettyHome.length() > 0) {
f = new File(jettyHome.concat(File.separator + getConfigFile()));
}
}
configurator = new FederationConfigurator();
configurator.loadConfig(f);
LOG.debug("Fediz configuration read from " + f.getAbsolutePath());
} catch (JAXBException e) {
//[TODO] use other exception
throw new RuntimeException("Failed to load Fediz configuration",