Example #1
0
  protected void startUp() throws Exception {
    super.startUp();

    httpServer = createHttpServer();
    configureHttpServer(httpServer);

    configurePartHandlers();
    configureLanguageModels();

    PhotoFactory.initialize();

    AgentManager am = AgentManager.getInstance();
    am.startAllThreads();

    startHttpServer(httpServer);
  }