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.
30 lines
1014 B
Plaintext
30 lines
1014 B
Plaintext
|
2 months ago
|
신규 불법건축물관리 UbiReport
|
||
|
|
각자 프로젝트 경로에 맞게 수정
|
||
|
|
|
||
|
|
1. src/main/UbiService/ubiservice.xml
|
||
|
|
<Resource id="UBIHTML"
|
||
|
|
isLocalFile="true"
|
||
|
|
jrfDir="D:/workspace/git/IBMS_NEW/src/main/webapp/ubi4/work/"
|
||
|
|
resultDir="D:/workspace/git/IBMS_NEW/src/main/UbiService/results/"
|
||
|
|
ubiserverUrl="http://localhost:8080/UbiServer"
|
||
|
|
servletRoot="http://localhost:8080"
|
||
|
|
fileUrl="http://localhost:8080/ubi4"
|
||
|
|
resource="false"
|
||
|
|
dataSource="DEV_DB"
|
||
|
|
useLog="true"
|
||
|
|
useDebug="true"
|
||
|
|
useDetail="true"
|
||
|
|
httpConnectionClassName=""
|
||
|
|
voiceyeClassName="" />
|
||
|
|
|
||
|
|
2. src/main/UbiService/bin/ubiservice.bat
|
||
|
|
set JAVA_DIR=D:\DEV\.jdks\jdk1.8.0_271
|
||
|
|
set UBISERVICE_DIR=D:\workspace\git\IBMS_NEW\src\main\UbiService
|
||
|
|
|
||
|
|
3. src/main/UbiService/bin/ubiservice.bat 파일 실행
|
||
|
|
|
||
|
|
4. 프로젝트 구동
|
||
|
|
|
||
|
|
5. http://localhost:8080/ubi4/ubihtml.jsp 호출 시 리포트 sample 정상적으로 보이면 완료
|
||
|
|
http://211.119.124.118:18080/ubi4/ubihtml.jsp 개발서버, 뜨는거 확인 완료
|