micharg
Friday, 4 November 2011
how to kill process on port 8080
find process id which uses port 8080 with one of the following:
lsof -w -n -i tcp:8080 fuser -n tcp 8080 netstat -anp|grep :8080[[:blank:]]
and now kill it with
kill -9 processid
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment