(Quick Reference)

1 Introduction to the Standalone Plugin - Reference Documentation

Authors: Burt Beckwith

Version: 8.0.33

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 8 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 running java -jar standalone.jar. This can be convenient for demos or even very lightweight installs of low-traffic Grails applications.

Release History

  • April 20, 2016
    • 8.0.33 release
  • December 3, 2014
    • 1.3 release
  • October 30, 2013
    • 1.2.3 release
  • October 29, 2013
    • 1.2.2 release
  • May 10, 2013
    • 1.2.1 release
  • 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