Map<String, String> serverProperties = ImmutableMap.<String, String>builder()
.put("static.db.location", tempDir.getAbsolutePath())
.build();
Bootstrap app = new Bootstrap(
new MBeanModule(),
new TestingNodeModule(environment),
new TestingHttpServerModule(),
new JsonModule(),
new JaxrsModule(),
new DiscoveryServerModule(),