09_Servlet chap4 response

김지용·2023년 2월 16일
0
post-custom-banner

다이나믹프로젝트


index.html 만들기

Servlet 만들기

response

header 확인하기

index.html

Servlet

request header 출력

response header 출력

status(응답상태 코드확인 / 에러창 메세지)

index.html

Servlet 양식

결과

오류 종류

200

정상 작동

404

mapping 주소값 불일치
ex.@WebServlet("/ 여기에 있는 값이 index.html에 있는 값이랑 다를때 ")

405

허용되지 않은 메소드

500

서버 내부의 오류 -> console보고 처리

post-custom-banner

0개의 댓글