After executing grails run-app, except using Ctrl + C", is there a command to shutdown it?
After executing grails run-app, except using Ctrl + C", is there a command to shutdown it?
Quick way is to kill the java process:
ps -aux | grep grails
kill "proess ID from above that is container to your application"