본문 바로가기

카테고리 없음

jsp 4장

redirect는 웹 브라우저에서 다른 URL로 보내는것이고 (브라우져)
dispatch는 서버에서 어떤걸 처리하고 최정적인 결과만 뷰로 보낸다. (서버)



servletConfig init 안에다 쓰면 setAttribute를 해줘야 하지만
init parameter는 servlet 아래
servletContext init 안에다 쓰면 위에꺼 안해주고 바로 JSP에서 쓸 수 있다.
context parameter는 web app 아래에 위치 한다.