Archive

Archive for July, 2011

Address already in use: JVM_Bind:8080

July 13, 2011 Leave a comment

Do this..

To find the application which is using the 80 port number
In “Command Prompt” type the following command:
(1) netstat -o -n -a | findstr 0.0:8080
and then
(2) taskkill /F /PID 988
Change the PID value from 988to your required port value

Follow

Get every new post delivered to your Inbox.