Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Can I stop gwt's embedded server

Tags:

eclipse

gwt

jetty

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?

like image 357
Hrishi Avatar asked Jun 21 '12 10:06

Hrishi


2 Answers

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

like image 121
Hrishi Avatar answered Oct 20 '22 20:10

Hrishi


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

like image 36
Purushothaman Avatar answered Oct 20 '22 21:10

Purushothaman