When I attempt to run TomCat v.7.0 through Eclipse, occasionally I'll get a message saying that the port is already being used. I've double-checked my services, and cannot find anything else running Tomcat, nor on that port. Task Manager also doesn't show any suspicious processes or applications.
If I restart my machine, open Eclipse, and immediately start the Tomcat server, then the port seems to be open. If I stop it, and then try to re-start it again, sometimes I get the "port is being used" error, and sometimes I don't.
Anyone know some tricks to figure out what's using that port? Is Eclipse stopping the server incorrectly? Thank you!
EDIT: Ports being used by Tomcat are 80 and 443. I looked at the PID in Task Manager, and tried netstat -nao and didn't see either of those numbers mentioned.