I am working on a Java EE Application in a Windows environment. (I am using Windows 7)
I am using Tomcat Server, unfortunately port number 8080 is busy (used by Oracle). Now I want to assign a different port to Tomcat.
So before changing inside conf/server.xml file, I want to make sure that a certain port is not occupied by any other process and it's free.