Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- web.xml
- 양자의 얽힘
- dd
- spring
- 양자
- Microsoft Hackers Ground
- DispatchServlet
- RequestDispatcher
- tomcat
- SpringBoot
- WAS
- FrontController
- spring boot
- 양자컴퓨터
- 양자의 중첩
- JPA
- Servlet
- Spring Container
- 양자의 이중성
- Handler Mapping
- ContextLoaderListener
Archives
- Today
- Total
목록FrontController (1)
HiTHerE !
3. Spring Boot의 동작(2)
[3] web.xml (웹 배포서술자/ DD / Deployment Descritor) : Tomcat 에 웹 어플리케이션을 배포하는 방법을 설명하는 파일 WEB-INF 디렉토리 내부에 위치함 *DD : a configuration file for an artifact that is deployed to some container or engine ServletContext 의 초기 파라미터 설정 : 웹 어플리케이션이 초기화될 때 전달할 정보를 정의 서블릿에 대한 초기화 작업이 가능한 ServeltConfig 객체에 초기 파라미터(init-param), ServletContext 객체의 주소값 등이 저장됨 *ServletContext 클래스 : 톰캣 컨테이너 실행 시 각 context(웹 어플리케이션) ..
Spring Boot/Basic
2023. 9. 2. 23:37