Web Server, Application Server, Servlet

taehoon·2024년 1월 15일

Spring Boot 스프링부트

목록 보기
16/19

Web Server : 클라이언트랑 소통(요청 응답) + application server랑 소통(http요청을 Servlet에게, http응답을 생성해서 웹서버에게)
Servlet : 요청 HttpRequestServlet, 응답 HttpResponseServlet 요청이 Controller로 라우팅 > 비즈니스 로직 > 응답 생성 > Web Server로

profile
건강

0개의 댓글