apache tomcat web server1 Spring Boot의 Embedded Tomcat Spring Boot의 spring-boot-starter-web 모듈에 기본으로 포함되어 있는 embedded tomcat WAS(Web Application Server)에 대하여 알아보겠습니다. 기본적으로 Spring Boot에서 사용하는 Apache Tomcat은 Apache Web Server + Tomcat Server로 구성되어 있습니다. WAS vs Web Server Web Server 우선 WAS와 Web Server의 차이점부터 알아보겠습니다. Web Server는 클라이언트로부터 HTTP 요청을 받아 정적인 컨텐츠(.html, .jpg, .css, ...)를 제공하는 서버를 의미합니다. 즉 Web Server는 서버가 가지고 있는 특정 자원만을 반환하는 역할을 합니다. WAS WAS.. 2021. 6. 24. 이전 1 다음