Runs the current project as a packaged web application using an embedded Tomcat server.
Mojo Attributes:
runtimepackage 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 ('/'). |
| warDirectory | File |
The path of the exploded WAR directory to run. |
| Name | Type | Description |
|---|---|---|
| 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. |
java.lang.StringNo${project.build.directory}/tomcatjava.lang.StringYes/${project.build.finalName}intNo8080java.io.FileYes${project.build.directory}/${project.build.finalName}