Tomcat – Port 8080 not visible while doing netstat

localhostnetstatporttomcatwindows-server-2003

While trying to run Tomcat on my Windows 2003 OS, I am noticing that the server is not running but at the same time it is not throwing any exceptions on the console. My first hunch was that the server configs are not picking up port 8080 or maybe that port is already in use.

When I did a netstat -an, a bunch of ports showed up but 8080 wasn't one of them. I don't have a firewall running so there is no question of the firewall blocking the port. Does anybody know why would my port 8080 disappear?

Best Answer

Make sure you've restarted the machine - sometimes Apache can hold onto the port.