1 Introduction to the Standalone Plugin - Reference Documentation
Authors: Burt Beckwith
Version: 1.2
1 Introduction to the Standalone Plugin
The Standalone plugin builds a runnable JAR file with an embedded war built from your application and an embedded Tomcat 7 or Jetty 7 instance. This allows you to build a single archive that can be run on any computer with Java 5 or higher by runningjava -jar standalone.jar. This can be convenient for demos or even very lightweight installs of low-traffic Grails applications.Release History
- May 10, 2013
- 1.2 release
- August 16, 2012
- 1.1.1 release
- August 6, 2012
- 1.1 release
- August 4, 2012
- 1.0.1 release
- July 8, 2011
- initial 1.0 release