}
component.getDefaultHost().attach("/person/twitter/", PersonResource.class);
component.getDefaultHost().attach("/graph/", GraphResource.class);
component.getDefaultHost().attach("/sparql", new SparqlResource());
component.getDefaultHost().attach("/stream/relatedTweets", new RelatedTweetsResource());
component.getDefaultHost().attach("/stream/relatedTags", new RelatedHashtagsResource());
server.start();
} catch (Throwable e) {
throw new ServerException(e);