Deployment is the term used for the process of installing a web
application (either a 3rd party WAR or your own custom web application)
into the Tomcat server.
Web application deployment may be accomplished in a number of ways
within the Tomcat server.
- Statically; the web application is setup before Tomcat is started
-
Dynamically; by directly manipulating already deployed web
applications (relying on auto-deployment
feature) or remote