TapeTrack Framework Server Port Changes
From TapeTrack Wiki
The TapeTrack Server is set by default to bind to TCP Port 5000. On some systems such as Windows XP this port may be already used by the Universal Plug-and-Play sub-system or any other service. To change the default port, edit the services file on your system and add a tapetrack service entry. Under Win32 the file can be found at c:\windows\system32\drivers\etc\services
# Sample services file. Please omit the .......
#
#Copyright (c) 1993-1999 Microsoft Corp. #
#This file contains port numbers for well-known services defined by IANA #
#Format: #
#service name port number/protocol [aliases...] [#comment] #
echo..................7/tcp.......................#echo Server
tapetrack.............5001/tcp....................#TapeTrack Server
