org.apache.tomcat.maven.plugin.tomcat6
Class RunMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo
org.apache.tomcat.maven.plugin.tomcat6.RunMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
@Mojo(name="run",
requiresDependencyResolution=TEST)
@Execute(phase=COMPILE)
public class RunMojo
- extends AbstractRunMojo
Runs the current project as a dynamic web application using an embedded Tomcat server.
- Author:
- Jurgen Lust, Mark Hobson
Field Summary |
protected int |
backgroundProcessorDelay
represents the delay in seconds between each classPathScanning change invocation |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backgroundProcessorDelay
@Parameter(property="maven.tomcat.backgroundProcessorDelay",
defaultValue="-1")
protected int backgroundProcessorDelay
- represents the delay in seconds between each classPathScanning change invocation
- See Also:
- http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
RunMojo
public RunMojo()
createContext
protected Context createContext(Embedded container)
throws IOException,
MojoExecutionException
- Gets the context to run this web application under for the specified embedded Tomcat.
- Overrides:
createContext
in class AbstractRunMojo
- Parameters:
container
- the embedded Tomcat container being used
- Returns:
- the context to run this web application under
- Throws:
MojoExecutionException
IOException
- if the context could not be created
createWebappLoader
protected WebappLoader createWebappLoader()
throws IOException,
MojoExecutionException
- Gets the webapp loader to run this web application under.
- Overrides:
createWebappLoader
in class AbstractRunMojo
- Returns:
- the webapp loader to use
- Throws:
MojoExecutionException
IOException
- if the webapp loader could not be created
getDocBase
protected File getDocBase()
- Gets the webapp directory to run.
- Specified by:
getDocBase
in class AbstractRunMojo
- Returns:
- the webapp directory
getContextFile
protected File getContextFile()
throws MojoExecutionException
- Gets the Tomcat context XML file to use.
- Specified by:
getContextFile
in class AbstractRunMojo
- Returns:
- the context XML file
- Throws:
MojoExecutionException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.