Web

WAS와 WebServer

우주유령 2021. 9. 3. 13:43
728x90
반응형

WAS

클라이언트가 요청을 보낸 정적 컨텐츠를 처리해준다.

요청이 WAS에서 해결될게 아니면(동적컨텐츠면) WebServer에서 처리하도록함

ex ) apache, nginx

 

WebServer

뒷단에서 동적 컨텐츠 처리

DB연결과 CRUD

ex) tomcat

 

참고

https://noobnim.tistory.com/26

 

AJP 란?

출처) https://itmemo.tistory.com/238   https://ganzi-tilong.tistory.com/7   https://joont.tistory.com/55 mod_jk를 알기전에 AJP를 먼저 알아야 할듯 함 ■ AJP 란? AJP는 웹서버(Apache) 뒤에 있는 어..

noobnim.tistory.com

tomcat은 WAS와 WebServer역할을 둘 다 할 수 있지만 이렇게 하면 성능 문제가 발생한다.

그래서 보통 apache가 was역할을 tomcat이 webserver역할을 한다.

 

728x90
반응형