I am working on web project where jboss application server is required. After configured the jboss server, I was running my application. It is showing error like:Server already running on local host.Web found a running server at URL //localhost:8080.
Works for me
Open Command Prompt
Type netstat -noa
and hit Enter
Check the "PID" of process that uses your port
And type taskkill /PID "PID number"
and hit Enter
As @Mxsky stated: You may have to force the processus to quit with the /F option.So the command becomes: taskkill /PID pid_number /F
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With