Groovy Documentation

org.grails.plugins.tomcat
[Groovy] Class InlineExplodedTomcatServer

java.lang.Object
  org.grails.plugins.tomcat.TomcatServer
      org.grails.plugins.tomcat.InlineExplodedTomcatServer

class InlineExplodedTomcatServer
extends TomcatServer

Serves the app, without packaging as a war and runs it in the same JVM.


Field Summary
 
Fields inherited from class TomcatServer
buildSettings, keyPassword, keystoreFile, pluginSettings, tomcatDir, trustPassword, truststore, truststoreFile, usingUserKeystore, workDir
 
Property Summary
java.lang.Object context

org.apache.catalina.startup.Tomcat tomcat

 
Constructor Summary
InlineExplodedTomcatServer(java.lang.String basedir, java.lang.String webXml, java.lang.String contextPath, java.lang.ClassLoader classLoader)

 
Method Summary
void doStart(java.lang.String host, int httpPort, int httpsPort)

void stop()

 
Methods inherited from class TomcatServer
createSSLCertificate, doStart, getConfigParam, getConfigParams, getWorkDirFile, restart, start, start, start, startSecure, startSecure, startSecure, stop
 

Property Detail

context

java.lang.Object context


tomcat

final org.apache.catalina.startup.Tomcat tomcat


 
Constructor Detail

InlineExplodedTomcatServer

InlineExplodedTomcatServer(java.lang.String basedir, java.lang.String webXml, java.lang.String contextPath, java.lang.ClassLoader classLoader)


 
Method Detail

doStart

void doStart(java.lang.String host, int httpPort, int httpsPort)


stop

void stop()


 

Groovy Documentation