This commit is contained in:
leejunho 2024-12-27 19:56:20 +09:00
parent 622fdf738a
commit f15bc1b543

View File

@ -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("\\", "\");
%>