Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I restart the Google App Engine Java Server in Eclipse?

OK, maybe I'm dumb/blind, but in the docs it says "rebuild and restart the server." But I don't see a button to do this anywhere. Or from any contextual menu. And I can't find anything in their docs explaining how to do it. If I just try to start the app again, it gets angry because I already have App Engine running on the needed port.

Only solution I've found is to restart Eclipse... any other ideas? A screenshot of a button would help if possible. :)

like image 955
bpapa Avatar asked Sep 11 '25 10:09

bpapa


1 Answers

In eclipse, there is a view that contains your Console. If you click on that, you will see the STDOUT and STDERR output of your running application. In the upper right, there should be a red box that will terminate the currently running program.

alt t3xt

like image 59
Kai Avatar answered Sep 12 '25 23:09

Kai