org.grails.plugins.tomcat
[Groovy] Class IsolatedWarTomcatServer
java.lang.Object
org.grails.plugins.tomcat.TomcatServer
org.grails.plugins.tomcat.IsolatedWarTomcatServer
class IsolatedWarTomcatServer
extends TomcatServer
Serves a packaged war, in a forked JVM.
Field Summary |
protected java.lang.Object |
ant
|
protected java.lang.String |
contextPath
|
protected java.io.File |
warDir
|
Methods inherited from class TomcatServer
|
checkAndInitializingClasspathScanning, createSSLCertificate, doStart, getConfigParam, getConfigParams, getWorkDirFile, restart, start, start, start, startSecure, startSecure, startSecure, stop |
ant
protected java.lang.Object ant
-
contextPath
protected final java.lang.String contextPath
-
warDir
protected final java.io.File warDir
-
DEFAULT_JVM_ARGS
static java.lang.Object DEFAULT_JVM_ARGS
-
DEFAULT_STARTUP_TIMEOUT_SECS
static java.lang.Object DEFAULT_STARTUP_TIMEOUT_SECS
-
IsolatedWarTomcatServer
IsolatedWarTomcatServer(java.lang.String warPath, java.lang.String contextPath)
-
doStart
void doStart(java.lang.String host, int httpPort, int httpsPort)
-
findTomcatJars
@CompileStatic
static java.util.Collection findTomcatJars(BuildSettings buildSettings)
-
stop
void stop()
-
Groovy Documentation