public void setErrorMessage(String message) {
   serverInfo.setErrorMessage(message);
 }
 public void setOutOfMemory() {
   serverInfo.setErrorMessage(
       "This server is out of memory, more info on how to fix this can be found on <a href=\"http://support.opensourcebim.org/\">support.opensourcebim.org</a>. Or let us handle the hosting stuff and join our VIP hosting solutions at <a href=\"http://vip.bimserver.org/\">vip.bimserver.org</a>.  ");
 }