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.
88 lines
3.2 KiB
XML
88 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<UbiService port="16996">
|
|
<!-- Executor urfThreads="6" exportThreads="3" pageThreads="3" /-->
|
|
<!-- TaskInfo property value : MINUTE,HOUR,DAY,WEEK,MONTH,YEAR -->
|
|
<TaskInfo taskResId="UBIHTML" taskPeriod="1" taskPeriodType="DAY" delPeriod="1" delPeriodType="DAY" />
|
|
<LogInfo logPath=""
|
|
backupStyle="date"
|
|
backupPattern="yyyy-MM-dd"
|
|
backupSize="180" />
|
|
<S3Info useS3="false"
|
|
bucketName=""
|
|
accessKey=""
|
|
secretKey="" />
|
|
<!-- For Redbc
|
|
<Redbc configXml=""
|
|
drmCopyProtectFileName=""
|
|
drmBarcodeType="HTML"
|
|
drmBarcodeCount="3" /> -->
|
|
|
|
<!-- Resources 설정 관련
|
|
- jrfDir : 리포트 파일의 경로.
|
|
- resultDir : UbiService에서 생성되는 결과 파일(xml, pdf, image)등이 위치하는 경로.
|
|
- ubiserverUrl : 리포트 파일의 결과 데이터를 전송하는 Servlet URL.
|
|
|
|
* Resources 설정 관련 문서 : UbiReport_매뉴얼 > UbiService Operation Guide.pdf 11페이지 참고 *
|
|
-->
|
|
<Resources>
|
|
<Resource id="UBIHTML"
|
|
isLocalFile="true"
|
|
jrfDir="D:/Work/git/IBMS_NEW/src/main/webapp/ubi4/work/"
|
|
resultDir="D:/Work/git/IBMS_NEW/src/main/UbiService/results/"
|
|
ubiserverUrl="http://211.119.124.118:18080/UbiServer"
|
|
servletRoot="http://211.119.124.118:18080"
|
|
fileUrl="http://211.119.124.118:18080/ubi4"
|
|
resource="false"
|
|
dataSource="DEV_DB"
|
|
useLog="true"
|
|
useDebug="true"
|
|
useDetail="true"
|
|
httpConnectionClassName=""
|
|
voiceyeClassName="" />
|
|
<!--<Resource id="UBIHTML"
|
|
isLocalFile="true"
|
|
jrfDir="C:/Program Files/Apache Software Foundation/Tomcat 9.0/webapps/IBMS/ubi4/work/"
|
|
resultDir="C:/Program Files/Apache Software Foundation/UbiService/results/"
|
|
ubiserverUrl="http://localhost:8998/IBMS/UbiServer"
|
|
servletRoot="http://localhost:8998/IBMS"
|
|
fileUrl="http://localhost:8998/IBMS/ubi4"
|
|
resource="false"
|
|
dataSource="DEV_DB"
|
|
useLog="true"
|
|
useDebug="true"
|
|
useDetail="true"
|
|
httpConnectionClassName=""
|
|
voiceyeClassName="" />-->
|
|
</Resources>
|
|
|
|
<!-- <Resources>
|
|
<Resource id="UBIHTML"
|
|
isLocalFile="true"
|
|
jrfDir="D:/IUP-eGovFrameDev-3.9.0-64bit/workspace/IBMS/src/main/webapp/ubi4/work/"
|
|
resultDir="D:/IUP-eGovFrameDev-3.9.0-64bit/workspace/UbiService/results/"
|
|
ubiserverUrl="http://localhost:8080/xit-ibms/UbiServer.do"
|
|
servletRoot="http://localhost:8080/xit-ibms"
|
|
fileUrl="http://localhost:8080/xit-ibms/ubi4/"
|
|
resource="false"
|
|
dataSource="DEV_DB"
|
|
useLog="true"
|
|
httpConnectionClassName=""
|
|
voiceyeClassName="" />
|
|
</Resources> -->
|
|
|
|
<!-- <Resources>
|
|
<Resource id="UBIHTML"
|
|
isLocalFile="true"
|
|
jrfDir="D:/IUP-eGovFrameDev-3.9.0-64bit/workspace/IBMS/src/main/webapp/ubi4/work/"
|
|
resultDir="D:/IUP-eGovFrameDev-3.9.0-64bit/workspace/UbiService/results/"
|
|
ubiserverUrl="http://localhost:8080/xit-ibms/UbiServer.do"
|
|
servletRoot="http://localhost:8080/xit-ibms"
|
|
fileUrl="http://localhost:8080/xit-ibms/ubi4/"
|
|
resource="false"
|
|
dataSource="Tutorial"
|
|
useLog="true"
|
|
httpConnectionClassName=""
|
|
voiceyeClassName="" />
|
|
</Resources> -->
|
|
</UbiService>
|