You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
315 B
Plaintext

<%@page import="java.io.File"%><%
//clipreport4.properties 서버환경에 따라 파일 위치를 지정합니다.
String propertyPath = request.getSession().getServletContext().getRealPath("/") + File.separator + "WEB-INF" + File.separator + "clipreport4" + File.separator + "clipreport4.properties";
%>