How to use command to shutdown grails run-app

zbchen picture zbchen · Aug 27, 2010 · Viewed 20.5k times · Source

After executing grails run-app, except using Ctrl + C", is there a command to shutdown it?

Answer

Dilip Chauhan picture Dilip Chauhan · Nov 1, 2013

For Stop Server

Exit from the terminal and use any one from the commands below:

  • grails exit
  • grails stop-app
  • grails quit