diff --git a/src/main/webapp/WEB-INF/jsp/ClipReport4/Property.jsp b/src/main/webapp/WEB-INF/jsp/ClipReport4/Property.jsp index ddf63652..92dc8de6 100644 --- a/src/main/webapp/WEB-INF/jsp/ClipReport4/Property.jsp +++ b/src/main/webapp/WEB-INF/jsp/ClipReport4/Property.jsp @@ -2,5 +2,7 @@ <%@ page language="java" contentType="text/html; charset=UTF-8"%> <% //clipreport4.properties 서버환경에 따라 파일 위치를 지정합니다. - String propertyPath = request.getSession().getServletContext().getRealPath("/") + File.separator + "WEB-INF" + File.separator + "clipreport4" + File.separator + "clipreport4.properties"; + String propertyPath = request.getSession().getServletContext().getRealPath("/") + "WEB-INF" + File.separator + "clipreport4" + File.separator + "clipreport4.properties"; + System.out.println("propertyPath :: " + propertyPath); +// propertyPath = propertyPath.replace("\\", "\"); %> \ No newline at end of file