Goals available:
| Goal | Description |
|---|---|
| tomcat:deploy | Deploy a WAR to Tomcat. |
| tomcat:exploded | Deploy an exploded WAR to Tomcat. |
| tomcat:inplace | Deploy a WAR in-place to Tomcat. |
| tomcat:list | Lists all the currently deployed web applications in Tomcat. |
| tomcat:redeploy | Redeploy a WAR in Tomcat. |
| tomcat:resources | Lists JNDI resources in Tomcat. |
| tomcat:roles | Lists security roles in Tomcat. |
| tomcat:run | Runs the current project as a dynamic web application using an embedded Tomcat server. |
| tomcat:run-war | Runs the current project as a packaged web application using an embedded Tomcat server. |
| tomcat:info | Lists information about the Tomcat version, OS, and JVM properties. |
| tomcat:sessions | Lists session information for a WAR in Tomcat. |
| tomcat:start | Start a WAR in Tomcat. |
| tomcat:stop | Stop a WAR in Tomcat. |
| tomcat:undeploy | Undeploy a WAR from Tomcat. |