Runs the current project as a dynamic web application using an embedded Tomcat server.
Mojo Attributes:
runtimecompile prior to executing itself.| Name | Type | Description |
|---|---|---|
| path | String |
The webapp context path to use for the web application being run. This must always start with a forward-slash ('/'). |
| Name | Type | Description |
|---|---|---|
| classesDir | String |
The classes directory for the web application being run. |
| configurationDir | String |
The directory to create the Tomcat server configuration under. |
| port | int |
The port to run the Tomcat server on. Default value is 8080. |
| warSourceDirectory | String |
The web resources directory for the web application being run. |
java.lang.StringNo${project.build.outputDirectory}java.lang.StringNo${project.build.directory}/tomcatjava.lang.StringYes/${project.build.finalName}intNo8080java.lang.StringNo${basedir}/src/main/webapp