How to stop the built-in gwt server

When developing an application using gwt in ecliplse crashed. Now the server is running on port 8888, I can not stop it. Nothing is displayed on the console, but I can access the application from the browser. How can I kill an instance of this embedded server?

+5
source share
2 answers

as @jesse said in the comments "jps -l" is a solution.

+5
source

In eclipse, you can do this from Design Mode. Click here to view image.

0
source

All Articles