I highly recomend you to use the appengine-mave-plugin ( http://code.google.com/p/appengine-maven-plugin/)
If you run from your a console *mvn gae:run *the process will launch and the console will hang with the execution untill you press CTRL+C to stop it. >From eclipse i think you can use mvn gae:start instead of mvn gae:run and the stop button inside eclipse will stop it. You have a third option, that is run with *mvn gae:start *from inside eclipse, and make another goal shortcut to call *mvn gae:stop* 2013/6/24 <[email protected]> > Hi, > > I'm running the GAE local server using maven-gae-plugin with "gae:run". > But how can I terminate the process? I can press "stop" in the Eclipse > console view, but still can access localhost:8080. > > So how can I terminate the server? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Alejandro González <[email protected]> +34 666 57 79 13 <http://es.linkedin.com/pub/alejandro-gonzález-rodrigo/19/684/466/> <http://www.intelygenz.com/> If you have a dream <http://www.intelygenz.com/en/cases>* we can write the * code <http://www.thegameofcode.com/> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
