pageContext : 페이지에 대한 정보를 취득한다. requestURL : HTTP데이터에서 URL의 정보를 가져온다. requestURI : HTTP데이터에서 URI의 정보를 가져온다. fullURL : ${fullURL} pathURI : ${pathURI} baseURL : ${baseURL}예시) http://localhost/test/getUrl.do fullURL : http://localhost/test/getUrl.dopathURI : /test/getUrl.dobaseURL : http://localhost