@BeforeClass
public static void setUp() throws Exception {
final XMLConfiguration properties = new XMLConfiguration();
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);