분류 전체보기 (344) 썸네일형 리스트형 concat Math.ceil(Math.random() * 5); 객체생성하는방법1 URIEncoding-한글깨질때 설정방법 a.jsp ========================================================= getRealPath("/"),getContextPath() pageEncoding="EUC-KR"%>http://www.w3.org/TR/html4/loose.dtd">String aPath1=application.getContextPath();out.println(aPath1+""); //프로젝트명만 출력String aPath2=application.getRealPath("/");out.println(aPath2); //프로젝트까지의 총 경로 출력%> getInitParameterNames(),getInitParameter() aa.jsp =========================================== web.xml ============================================ aa bb cc dd getAttribute,getParameter aa.jsp ========================================================== 또는 bb.jsp ============================================== request.getContextPath--절대경로 연결 //프로젝트명/bb.jsp 이전 1 ··· 24 25 26 27 28 29 30 ··· 43 다음