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?
While developing an application using gwt in ecliplse crashed. Now the server is running
Share
as @jesse said in the comments ‘jps -l’ is the solution.