How does Apache Tomcat handle web application deployment?
The question is about Apache Tomcat
Answer:
Apache Tomcat handles deployment through WAR (Web Application Archive) files, which are placed in the “webapps” directory. It automatically deploys these applications, or developers can use the Manager App or CLI tools for more control.