/*
  * Setup server when constructor is called
  */
 protected static void initializeServer() {
   configureLogger();
   hash = new PersistentHash();
   hostPorts = RMIClient.readConfigFile();
 }