■ Differences in Apache Tomcat (1) Apache is a web server software (2) Tomcat is a servlet container (= software that runs Java Servlet) ⇒ Java Servlet is a Java program that runs on the server (dynamic pages can be generated)
■ Common points Tomcat also has a simple Web server software function.
■ Summary Generally, when using Java Servlet, Apache and Tomcat are linked. Apache is responsible for the Web server, and Tomcat is responsible for the Servlet container.
■ Referenced site https://wa3.i-3-i.info/diff184web.html
Recommended Posts