전자조저잇스테 커밋
- 오즈리포트 서버 정보불러오는부분 수정
This commit is contained in:
parent
652b8083c9
commit
dfc5f07385
@ -97,7 +97,7 @@ public class IpUtil {
|
|||||||
|
|
||||||
String ozServerNm = "";
|
String ozServerNm = "";
|
||||||
|
|
||||||
if(serverNm.contains("localhost") || serverNm.contains("119.193.215.98") || serverNm.contains("iten.co.kr")) {//로컬 및 개발서버 요청시 서버 경로 처리
|
if(serverNm.contains("localhost") || serverNm.contains("119.193.215.98") || serverNm.contains("iten.co.kr") || serverNm.contains("172.25.0.9")) {//로컬 및 개발서버 요청시 서버 경로 처리
|
||||||
|
|
||||||
ozServerNm = "http://119.193.215.98:8086";
|
ozServerNm = "http://119.193.215.98:8086";
|
||||||
// ozServerNm = "http://192.168.0.176:8091";
|
// ozServerNm = "http://192.168.0.176:8091";
|
||||||
|
|||||||
@ -2683,6 +2683,9 @@ public class ApmController {
|
|||||||
|
|
||||||
//오즈리포트 서버별 주소 셋팅해주기
|
//오즈리포트 서버별 주소 셋팅해주기
|
||||||
String serverName = req.getServerName();
|
String serverName = req.getServerName();
|
||||||
|
|
||||||
|
System.out.println("++++++++++++++++++++++++++++++++++++++++++ serverName : "+ serverName);
|
||||||
|
|
||||||
String ozServerNm = IpUtil.getOzServerName(serverName);
|
String ozServerNm = IpUtil.getOzServerName(serverName);
|
||||||
model.addAttribute("ozServerNm", ozServerNm);
|
model.addAttribute("ozServerNm", ozServerNm);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user