Tuesday, June 19, 2012

What is using that port?

Apache Tomcat server a must-have for local java web development. Alas sometimes you may have more than one of these running and occupying your ports. Who knows maybe you have some that set up to run automatically by something you installed.

Here is how to list all the ports that are in use.

netstat -ano

See this helpful link here.

You can then identify it and then terminate it in Task Manager.

1 comment:

Unknown said...
This comment has been removed by a blog administrator.