rootNode, "/application"));
prefixHandlerMap.put("/put-infobit", new PutInfoBitHandler(store, identity));
prefixHandlerMap.put("/meta/sources", new GraphHandlerAdaptor(
new SourceGraphHandler(store)));
prefixHandlerMap.put("/meta/account-manager", new GraphHandlerAdaptor(
new AccountManager(store, identity, trustedSources,
configuration)));
prefixHandlerMap.put("/", new GraphHandlerAdaptor(new GVSGraphHandler(
store, new DiscoBitHandler(trustedGOT))));
return launchGVSServer(store, serverBinding, prefixHandlerMap, trustedGOT);