Site icon Tutorial

Deploying on a running Tomcat server

It is possible to deploy web applications to a running Tomcat server.

If the Host autoDeploy attribute is “true”, the Host will attempt to deploy and update web applications dynamically, as needed, for example if a new .WAR is dropped into the appBase. For this to work, the Host needs to have background processing enabled which is the default configuration.

autoDeploy set to “true” and a running Tomcat allows for:

That web application reloading can also be configured in the loader, in which case loaded classes will be tracked for changes.

Exit mobile version