aa
This commit is contained in:
parent
622fdf738a
commit
f15bc1b543
@ -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("\\", "\");
|
||||
%>
|
||||
Loading…
Reference in New Issue
Block a user