What I need to do is simply change the port in the Setup() routine to one that is defined in my EEPROM. So, since the server has not yet been started you would think that I would just need:
tcpserver.setPort(myport);
right before the:
tcpserver.begin();