Class | Description |
---|---|
AbstractTomcatRun | Base class for all tasks which deploy a web application to an embedded Tomcat web container. |
Tomcat | Parent class for all Tomcat tasks. |
TomcatJasper | Task to run the JSP compiler and turn JSP pages into Java source. |
TomcatRun | Deploys an exploded web application to an embedded Tomcat web container. |
TomcatRunWar | Deploys a WAR to an embedded Tomcat web container. |
TomcatStop | Stops the embedded Tomcat web container. |