properties.load(AbstractRexsterPerformanceTest.class.getResourceAsStream("rexster-performance-test.xml"));
rexProServer = new RexProRexsterServer(properties);
httpServer = new HttpRexsterServer(properties);
final List<HierarchicalConfiguration> graphConfigs = properties.configurationsAt(Tokens.REXSTER_GRAPH_PATH);
final RexsterApplication application = new XmlRexsterApplication(graphConfigs);
EngineController.configure(-1, null);
rexProServer.start(application);
httpServer.start(application);
host = System.getProperty("host", "localhost");