본문 바로가기

🌈 백엔드/서블릿 JSP

스프링_Root AC + Servlet AC

반응형
SMALL

 

 

 

[2] Root & Servlet AC에 접근방법  


(1) 서블릿 servlet

 

 

(2) 컨트롤러 controller 

 

 

컨트롤러는 HttpServlet을 상속받지 않는다. 

 

config.xml 파일 

 

web.xml 파일 

 

root-context.xml 파일 

 

servlet-context.xml 파일 

 

home.jsp 파일 

 

실행결과 

localhost:8080/ch3/ 

을 조회하면 

rootAC 와 servletAC의 정보가 조회가 된다. 

 

반응형
LIST

'🌈 백엔드 > 서블릿 JSP' 카테고리의 다른 글

Filter 필터  (0) 2023.08.13
JSTL  (0) 2023.08.13
EL 표현식  (0) 2023.08.13
URL 맵핑  (0) 2023.08.13
저장소 scope  (0) 2023.08.13