반응형
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