Stop a WAR in Tomcat.
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| charset | String |
The URL encoding charset to use when communicating with Tomcat manager. Default value is ISO-8859-1. |
| path | String |
The webapp context path to use when communicating with Tomcat manager. This must always start with a forward-slash ('/'). |
| url | URL |
The full URL of the Tomcat manager instance to use. Default value is http://localhost:8080/manager. |
| Name | Type | Description |
|---|---|---|
| server | String |
The server id in settings.xml to use when authenticating with Tomcat
manager, or null to use defaults of username
admin and no password. |
The URL encoding charset to use when communicating with Tomcat manager.
java.lang.StringYes${maven.tomcat.charset}ISO-8859-1java.lang.StringYes/${project.build.finalName}null to use defaults of username
admin and no password.
java.lang.StringNo${maven.tomcat.server}java.net.URLYes${maven.tomcat.url}http://localhost:8080/manager