private static void initiateServers() throws IOException{
started = true;
if(config.getUseServer()){
//report.reportDebugLog("server", "Strarting the ");
server = new Server(config, report);
server.start();
}
if(config.getUsePServer()){
pserver = new PersistentServer(config, report);