Monday, November 12, 2012

Resolve existing port running 8080

Search process running port example 8080
lsof -w -n -i tcp:8080

Kill process use port 8080
kill -9 4915 (process UI)

Recheck 
lsof -w -n -i tcp:8080

No comments:

Post a Comment