Hello,
I had installed tomcat 7. Then for some reasons i uninstalled it, but still port 8080 is in use. when i visit localhost:8080 , it takes me to tomcat page saying that tomcat has successfully been setup on my machine
My question is , how do i uninstall it. how do i complete remove it. when i try another tomcat installation, it tells me that port 8080 is still in use. however when i try the following command
netstat -ano|findstr 8080
i dont see any pid related to it. However visiting localhost:8080 indeed shows that it is still being used by previous installation
Arif