new DefaultBeakerConfigModule(beakerCorePref),
new DefaultWebServerConfigModule(webAppPref),
new GeneralUtilsModule(),
new WebServerModule(),
new URLConfigModule(),
new SerializerModule(),
new GuiceCometdModule());
PluginServiceLocatorRest processStarter = injector.getInstance(PluginServiceLocatorRest.class);
processStarter.start();