Grails kill existing process on 8080
Using Eclipse for Grails development. I often encounter "Address already in use" when doing a run-app开发者_如何学Python from the IDE . Closing eclipse and restarting kills the existing process, but I'd like to know how to do this with out having to restart the IDE.
In the lower right there should be a panel with the run-app output. There's a red square button at the top of that panel that you can click to stop the server.
Terminate the running app. You also should push "Remove All Terminated Launches" in the Console Tab of the IDE to get sure that all instances are closed. Use "Display Selected Console" to see all running instances.
精彩评论