5

While developing an application using gwt in ecliplse crashed. Now the server is running on the port 8888 I'm unable to stop it. Nothing is showing in the console but I can access the application from the browser. How can I kill the instance of this embedded server?

4

2 回答 2

5

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

于 2012-06-28T09:16:50.920 回答
1

In eclipse you can do this from the "Development mode" view. Click here to see the image

于 2016-06-25T20:00:34.660 回答