[JAVA] Apache and tomcat

Summary memorandum

About Apache and Tomcat


What is Tomcat in the first place?


What is Apache in the first place?


System configuration with Apache and Tomcat


Tomcat only configuration

--The role of Tomcat is "Web server" and "Servlet container".


Configuration linked with Apache

--The role of Apache is "Web server" --The role of Tomcat is "Servlet container"


Summary


Referenced article (Thank you always.)

[In-house study session] Apache and Tomcat (2017/03/09)

Difference between "Tomcat" and "Apache"

What is Tomcat? Easy-to-understand explanation of how to use! Also check the installation procedure for beginners. Introducing the benefits of working with Apache

Recommended Posts

Apache and tomcat
Apache Tomcat 9 documentation summary
[Raspberry Pi] Try to link Apache2 and Tomcat
Spring Boot application built-in Tomcat, Apache and WebSocket integration
Apache Hadoop and Java 9 (Part 1)
tomcat error
Link Apache and Tomcat in a blink of an eye on CentOS 8
Change JDK and Tomcat versions on CentOS
== and equals
Build Apache + Tomcat + Pebble locally on Mac
Build Apache and Tomcat environment with Docker. By the way, Maven & Java cooperation
Multipart request response by HttpURLConnection (and Apache Commons)
Build Apache / Tomcat development environment on Cent OS 7
moved! JSF + CDI on Tomcat and Bean Validation
Install Java, Apache, Tomcat9 on EC2 (Amazon Linux2)
Introduction to Apache Beam (1) ~ Reading and writing text ~
Create a Java Servlet and JSP WAR file to deploy to Apache Tomcat 9 in Gradle