forward 하는 방법 ❗pageContext.forward("이동할 페이지") // 내장객체 사용 ❗<jsp:forward page = "이동할 페이지"/> //액션태그 사용
redirect 하는 방법 ❗response.sendRedirect("이동할 페이지");