|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
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.lang.Integer |
httpPort
|
protected java.lang.Integer |
httpsPort
|
protected java.io.File |
warDir
|
Fields inherited from class TomcatServer | |
---|---|
buildSettings, keyPassword, keystoreFile, pluginSettings, tomcatDir, trustPassword, truststore, truststoreFile, usingUserKeystore, workDir |
Property Summary | |
---|---|
static java.lang.Object |
DEFAULT_JVM_ARGS
|
static java.lang.Object |
DEFAULT_STARTUP_TIMEOUT_SECS
|
Constructor Summary | |
IsolatedWarTomcatServer(java.lang.String warPath, java.lang.String contextPath)
|
Method Summary | |
---|---|
void
|
doStart(java.lang.String host, int httpPort, int httpsPort)
|
static java.util.Collection
|
findTomcatJars(BuildSettings buildSettings)
|
int
|
getLocalHttpPort()
|
int
|
getLocalHttpsPort()
|
static java.lang.Integer
|
parsePort(java.lang.String scheme, java.lang.String text)
|
void
|
stop()
|
Methods inherited from class TomcatServer | |
---|---|
checkAndInitializingClasspathScanning, createSSLCertificate, doStart, getConfigParam, getConfigParams, getWorkDirFile, restart, start, start, start, startSecure, startSecure, startSecure, stop |
Field Detail |
---|
protected java.lang.Object ant
protected final java.lang.String contextPath
protected java.lang.Integer httpPort
protected java.lang.Integer httpsPort
protected final java.io.File warDir
Property Detail |
---|
static java.lang.Object DEFAULT_JVM_ARGS
static java.lang.Object DEFAULT_STARTUP_TIMEOUT_SECS
Constructor Detail |
---|
IsolatedWarTomcatServer(java.lang.String warPath, java.lang.String contextPath)
Method Detail |
---|
void doStart(java.lang.String host, int httpPort, int httpsPort)
@CompileStatic static java.util.Collection findTomcatJars(BuildSettings buildSettings)
int getLocalHttpPort()
int getLocalHttpsPort()
static java.lang.Integer parsePort(java.lang.String scheme, java.lang.String text)
void stop()
Groovy Documentation