Groovy Documentation

Package org.grails.plugins.tomcat

 

Class Summary
InlineExplodedTomcatServer Serves the app, without packaging as a war and runs it in the same JVM.
IsolatedTomcat An isolated version of Tomcat used to run Grails applications with run-war.
IsolatedWarTomcatServer Serves a packaged war, in a forked JVM.
ParentDelegatingClassLoader A class loader that searches the parent
TomcatKillSwitch Allows the tomcat server to be killed by pinging a port one greater than the server port.
TomcatLoader A loader instance used for the embedded version of Tomcat 7.
TomcatServer Provides common functionality for the inline and isolated variants of tomcat server.
TomcatServerFactory
 


Groovy Documentation