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.
62 lines
2.2 KiB
XML
62 lines
2.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="/webapp/redbc/config/config.xml"
|
|
drmCopyProtectFileName="/webapp/redbc/config/rlarnjsduq.bmp"
|
|
drmBarcodeType="HTML"
|
|
drmBarcodeCount="3" />-->
|
|
<!-- 로컬환경 설정정보 -->
|
|
<Resources>
|
|
|
|
|
|
<!--
|
|
2020.10.07 박민규
|
|
[DataSource 설정 시 참고]
|
|
-서버(PC)에 설치된 UbiService가 어플리케이션 내 UbiServer에 설정한 DataSource를 참조하기에
|
|
-ubiservice.xml의 datasource 설정과 ubiserver.xml에 설정한 DataSource id가 일치 해야 함.
|
|
-->
|
|
<Resource id="UBIHTML"
|
|
isLocalFile="true"
|
|
jrfDir="D:\workspace\git\xit-framework\src\main\webapp\ubi4\work"
|
|
resultDir="D:\workspace\git\xit-framework\UbiService\results"
|
|
ubiserverUrl="http://localhost:8080/UbiServer"
|
|
servletRoot="http://localhost:8080"
|
|
fileUrl="http://localhost:8080/ubi4"
|
|
resource="true"
|
|
dataSource="devDB"
|
|
useLog="true"
|
|
useDebug="true"
|
|
useDetail="true"
|
|
httpConnectionClassName=""
|
|
voiceyeClassName="" />
|
|
</Resources>
|
|
|
|
|
|
<!-- 운영서버 설정정보(※실 운영서버 설치정보 기록 목적) -->
|
|
<!-- <Resources> -->
|
|
<!-- <Resource id="UBIHTML" -->
|
|
<!-- isLocalFile="true" -->
|
|
<!-- jrfDir="/app/jeus8/domains/bus_domain/servers/server1/.workspace/deployed/tbms/Bustms_Gyeonggido_Paju_war___/ubi4/work/" -->
|
|
<!-- resultDir="/app/jeus8/TbmsDeployFile/UbiService/results/" -->
|
|
<!-- ubiserverUrl="http://172.8.1.63:8088/UbiServer" -->
|
|
<!-- servletRoot="http://172.8.1.63:8088" -->
|
|
<!-- fileUrl="http://172.8.1.63:8088/ubi4" -->
|
|
<!-- resource="true" -->
|
|
<!-- dataSource="Tutorial" -->
|
|
<!-- useLog="true" -->
|
|
<!-- httpConnectionClassName="" -->
|
|
<!-- voiceyeClassName="" /> -->
|
|
<!-- </Resources> -->
|
|
</UbiService>
|