representation Servlet error message
request.getAttribute(“javax.servlet.error.servlet_name”); 1 javax.servlet.error.status_codeThis attribute give status code which can be stored and analysed after storing…
Read Morerequest.getAttribute(“javax.servlet.error.servlet_name”); 1 javax.servlet.error.status_codeThis attribute give status code which can be stored and analysed after storing…
Read MoreNIO and the Servlet API From Gregw============================================================= Taylor Crown has written a short paper regarding…
Read MoreSharing Resources Using the Servlet Context l Servlet Context 1. 모든 환경 정보를 가지고 있음…
Read MoreServlet API 2.1 이상의 경우 javax.servlet.GenericServlet 클래스에 정의되어 있는 getServletConfig() 메소드을 이용합니다. 1.1. 현재 컨텍스트의…
Read MoreTomcat 6 버전일 경우 1,2번 모두 해줘야하며 이하버전일경우 2번만 해주면 된다. 1. context.xml 수정 privileged=”true”…
Read More