Skip to content

Instantly share code, notes, and snippets.

@miguelzetina
Created December 2, 2019 23:18
Show Gist options
  • Save miguelzetina/ae429381bb61f65a9f3f18307660aee9 to your computer and use it in GitHub Desktop.
Save miguelzetina/ae429381bb61f65a9f3f18307660aee9 to your computer and use it in GitHub Desktop.
Grails: Resolving “Server failed to start for port 8080: Address already in use.”
lsof -w -n -i tcp:8080
kill $PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment