Home > Application Server, Uncategorized > Address already in use: JVM_Bind:8080

Address already in use: JVM_Bind:8080

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

Advertisement
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.