grails stop-app
grails stop-app --port=9090 --host=mywebsitestop-app
Purpose
Stops a running Grails application in an embedded servlet container.
| This command will work in development mode only. | 
Examples
Description
Arguments:
- 
port- Specifies the port which the Grails application is running on (defaults to 8080 for HTTP or 8443 for HTTPS)
- 
host- Specifies the host the Grails application is bound to
Supported system properties:
- 
server.port- Same asportargument.
- 
server.address- Same ashostargument.