Apache Tomcat is used to deploy your Java Servlets and JSPs. So in your Java project you can build your WAR (short for Web ARchive) file, and just drop it
in the deploy directory in
Tomcat. So basically
Apache is an HTTP Server, serving HTTP.
Tomcat is a Servlet and JSP Server serving Java technologies.Aug 28, 2008
read more >>