AroundAround
Sign in Sign up
Menu
  • Home
    • Home
  • Blog
    Technology
    All Technology Software Engineering Web Applications Java Spring Framework Spring Boot AWS
    All Posts
    Smash Posts Transportation Posts Driving Posts Multi Location Post
    Transport
    Driving Articles Driving License Resources Refresh Drive Success Stories Special Articles
    Research
    Popular lists Weblogs Tutorials
    News
    Education Health Sports
    Traffic Signs
    Dubai Traffic Signs Qatar Traffic Signs Abu Dhabi Traffic Signs Saudi Arabia Traffic Signs Kuwait Traffic Signs Kerala Traffic Signs
  • Insights
    Interview Series
    All Interview Series Java Questions Spring Questions Microservices Questions Database Questions
    Lifestyle
    Umrah Articles Dubai UAE visa 180 days calculator Qatar residence visa 180 days calculator Prayer Time Malappuram Sqm to Cent calculator Kerala
    City Explorer
    Sulthan Bathery
  • Mock Tests
    Driving
    Test Home
    Dubai
    RTA Theory Test Parking Knowledge Test Deep-dive Assessment Test
    Abu Dhabi
    RTA Driving Theory Test Deep-dive Assessment Test Saudi Arabia Computer Test
    Other Regions
    Qatar Driving Theory Test Kuwait Driving Theory Test Ajman RTA Theory Test Sharjah RTA Theory Test Bahrain Driving Theory Test Learners License Test - Kerala
    Education
    Kindergarten School
  • Course & Videos
    • CoursesEnroll today
    • Videos20+Watch & Subscribe
  • Questions and Tags
    Topics
    Don't miss Million dollar questions Million Views Day to day life Interview Junky Trendy questions Theory wizard
    Technology
    Java Spring AWS
    Find the differences
    All Find the differences List
    Tags
    macOS AWS Spring
  • About Us
    • Privacy Policy
    • Contact
    • Terms & Conditions
    • Cancellation & Refund Policy
    • Shipping & Delivery Policy
  1. Home
  2. macOS
  3. Post

How to kill the process is using port 8080 in macOS?

Emma Brown
admin
#macOS #commands
Share post:
Share

Sometimes we require to release a specific port from the system. This is to find out how to kill the process using port 8080.

I am trying to run my tomcat on port 8080. But I received the error "Web server failed to start. Port 8080 was already in use." Also mentioned the Action as "Identify and stop the process that's listening on port 8080 or configure this application to listen on another port." Please help with how to do it in macOS?

Solution in a Nutshell

Refer multiple solutions below

Solution 1: 

 lsof -n -i4TCP:8080 

Then invoke below by copying the Procss ID from the second field 

Kill -9 <PROCESSID>

Solution 2: 

sudo lsof -i:8080 

Then invoke below by copying the Procss ID from the second field 

Kill -9 <Process ID>

Sidebar

Search

Tags

#macOS #commands

Trending posts

Post

How to kill the process is using port 8080 in macOS?

  • Contact Us
  • Privacy Policy

© Copyright - smashplus 2013-25.