Jemy wrote...
i think this method will replace the serverpopulation
public void setActive(boolean value){
int x= Greenfoot.getRandomNumber(getWidth());
int y= Greenfoot.getRandomNumber(getHeight());
addObject(new Server(value), x, y);
}