jetty standalone plugin
Dependency :
compile ":jetty-standalone:0.2"
Summary
Installation
grails install-plugin jetty-standalone
Description
This plugin allows you to easily deploy an application as a standalone web application.This means, all you need todo is to runand the application will start up and be accessible atTo compile the application as a standalone application, you need to install the plugin first and run the scriptThis also means you need to provide a database configuration for the standalone environment!
java -jar APPNAME.war
localhost:9090
grails "-Dgrails.env=standalone" createStandaloneWar