이준호 전자조정시스템 고도화 커밋

- 오즈스케쥴러 경로설정
This commit is contained in:
leejunho 2023-01-02 16:16:06 +09:00
parent 543d974d03
commit f514e6781d
2 changed files with 6 additions and 3 deletions

View File

@ -195,7 +195,8 @@ public class OzSchdExportUtil {
if(p_devServerCheckString.indexOf(p_serverNm)>-1) { if(p_devServerCheckString.indexOf(p_serverNm)>-1) {
System.out.println(p_islocal + "환경입니다.-inner"); System.out.println(p_islocal + "환경입니다.-inner");
//저장파일 경로 - dev 서버의 경우는 oz report가linux 서버에서 작동되어 하기와 같이 경로 설정해야함(IP 불필요) //저장파일 경로 - dev 서버의 경우는 oz report가linux 서버에서 작동되어 하기와 같이 경로 설정해야함(IP 불필요)
savePath = p_ozDevPath + "/" + p_adrSeq + "/ozFile/" + p_savePdfFileName; savePath = "\\" + p_ozDevPath + "\\" + p_adrSeq + "\\ozFile\\" + p_savePdfFileName;
// savePath = p_ozDevPath + "/" + p_adrSeq + "/ozFile/" + p_savePdfFileName;
//savePath = p_ozDevPath + "\\" + p_adrSeq + "\\" + p_savePdfFileName; //savePath = p_ozDevPath + "\\" + p_adrSeq + "\\" + p_savePdfFileName;
//savePath = p_ozDevPath + "/" + p_savePdfFileName; //savePath = p_ozDevPath + "/" + p_savePdfFileName;

View File

@ -182,9 +182,11 @@ Globals.prod.islocal=local
Globals.ozFontPath=/home/oz80/fontTestDir/ Globals.ozFontPath=/home/oz80/fontTestDir/
#oz \uac1c\ubc1c\uc11c\ubc84IP & \uc800\uc7a5\uacbd\ub85c -\uc2e4\uc11c\ubc84IP\ub294 \ud558\ub4dc\ucf54\ub529\ucc98\ub9ac #oz \uac1c\ubc1c\uc11c\ubc84IP & \uc800\uc7a5\uacbd\ub85c -\uc2e4\uc11c\ubc84IP\ub294 \ud558\ub4dc\ucf54\ub529\ucc98\ub9ac
Globals.oz.devServerIp=192.168.0.176:8091 Globals.oz.devServerIp=192.168.0.176:8091
Globals.oz.devSchedulerIp=192.168.0.176 #Globals.oz.devSchedulerIp=192.168.0.176
Globals.oz.devSchedulerIp=192.168.0.200
#scheduler \uc11c\ubc84\uc5d0 \uc0dd\uc131\ub418\ub294 \uacbd\ub85c \uc785\ub2c8\ub2e4. #scheduler \uc11c\ubc84\uc5d0 \uc0dd\uc131\ub418\ub294 \uacbd\ub85c \uc785\ub2c8\ub2e4.
Globals.oz.devPdfSavePath=/usr/local/tomcat/webapps/data/out #Globals.oz.devPdfSavePath=/usr/local/tomcat/webapps/data/out
Globals.oz.devPdfSavePath=\\192.168.0.176\\shared_folder_176\\out
Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr
Globals.oz.realServerIp=192.168.39.145:8080 Globals.oz.realServerIp=192.168.39.145:8080
Globals.oz.realSchedulerIp=192.168.39.147 Globals.oz.realSchedulerIp=192.168.39.147