Servlet에서 데이터를 공유하는 방법에 대해서 학습합니다.
- Servlet Parameter
<init-param>
=> servlet mappingg한 것처럼 domain뒤에 /se를 붙이면 브라우저에서 정상출력됨
- Context Parameter
<context-param>
- Context Attribute
https://drive.google.com/drive/folders/1ld1zcCHx74E_yY4ORmuDAXdP7tSbaI4M
'[WEB]' 카테고리의 다른 글
[HTML5] <form> 태그_GET과 POST (0) | 2020.07.05 |
---|---|
[JSP & Servlet] 쿠키 Cookie / 세션 Session / 캐시 Cache (0) | 2020.07.05 |
[JSP] JSP 내장객체 : config / application / out / exception 객체 (0) | 2020.07.04 |
[JSP] JSP Request, Response (0) | 2020.06.22 |
[JSP] JSP 스크립트 / Servlet vs JSP / JSP 파일 HTML포맷설정 / JSP 주요 스크립트 (0) | 2020.06.21 |