View Single Post
Old 05-07-2012, 03:41 PM   #4
toddos
Guru
toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.
 
toddos's Avatar
 
Posts: 695
Karma: 822675
Join Date: May 2010
Device: Kobo Aura, Nokia Lumia 920 (Freda)
Quote:
Originally Posted by theducks View Post
Get TCPVIEW from Microsoft (formerly from SysInternals) for a graphical, real time view of your TCP connections (ports)

But for a Quick and Dirty just set another port.
Or open an elevated command prompt and run "netstat -anb" to see a list of all open ports and sockets and their associated processes (the "n" parameter just skips DNS name resolution, since you don't care about that). Look to see if something's already listening on 8080, and if so either close that, change the port for that app, or change the port in calibre.
toddos is offline   Reply With Quote