// get the graph configurations from the XML config file
this.properties = properties;
this.rexsterApplication = new XmlRexsterApplication(this.properties);
this.reporterConfig = new ReporterConfig(properties, this.rexsterApplication.getMetricRegistry());
this.httpServer = new HttpRexsterServer(properties);
this.rexproServer = new RexProRexsterServer(properties, true);
}