From f15bc1b543a71af01a444a1b8159e96e51c8bc38 Mon Sep 17 00:00:00 2001 From: tolag3 Date: Fri, 27 Dec 2024 19:56:20 +0900 Subject: [PATCH] aa --- src/main/webapp/WEB-INF/jsp/ClipReport4/Property.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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