diff --git a/WebContent/jsp/onl/apim/portalorg/portalOrgManDetail.jsp b/WebContent/jsp/onl/apim/portalorg/portalOrgManDetail.jsp index 8ea8e11..e65de15 100644 --- a/WebContent/jsp/onl/apim/portalorg/portalOrgManDetail.jsp +++ b/WebContent/jsp/onl/apim/portalorg/portalOrgManDetail.jsp @@ -1,5 +1,7 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="java.io.*"%> +<%@ page import="com.eactive.eai.rms.common.util.CommonUtil"%> +<%@ page import="com.eactive.eai.rms.common.context.MonitoringContext"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%> <%@ include file="/jsp/common/include/localemessage.jsp" %> @@ -7,6 +9,9 @@ response.setHeader("Pragma", "No-cache"); response.setHeader("Cache-Control", "no-cache"); response.setHeader("Expires", "0"); + + MonitoringContext monitoringContext = (MonitoringContext)CommonUtil.getBean(request, "monitoringContext"); + String reverseProxyUrl = monitoringContext.getStringProperty("djb.reverse_proxy.url", ""); %> <%! public String getRequiredLabel(String label) { @@ -137,6 +142,7 @@ $("#compRegNo").val(formatCompanyRegNo(portalOrgData.compRegNo)); $("#corpRegNo").val(formatCorpRegNo(portalOrgData.corpRegNo)); $("#createdDate").inputmask("9999-99-99 99:99:99", {'autoUnmask': true}); + $("#reverseProxyPath").val(portalOrgData.reverseProxyPath); // 전화번호 처리 if (portalOrgData.scPhoneNumber) { @@ -694,6 +700,16 @@ + + <%= localeMessage.getString("portalOrg.reverseProxyPath") %> + + <%=reverseProxyUrl %>/ + + + + + + <%--사업자등록증--%> <%= localeMessage.getString("portalOrg.compRegFile") %> diff --git a/src/main/java/com/eactive/eai/rms/onl/apim/portalorg/PortalOrgUI.java b/src/main/java/com/eactive/eai/rms/onl/apim/portalorg/PortalOrgUI.java index cdf9c42..b1bd257 100644 --- a/src/main/java/com/eactive/eai/rms/onl/apim/portalorg/PortalOrgUI.java +++ b/src/main/java/com/eactive/eai/rms/onl/apim/portalorg/PortalOrgUI.java @@ -70,5 +70,7 @@ public class PortalOrgUI { private String serviceName; private String scPhoneNumber; + + private String reverseProxyPath; } diff --git a/src/main/resources/message/LocaleMessage_ko.properties b/src/main/resources/message/LocaleMessage_ko.properties index 388f4ef..6e1a4e8 100644 --- a/src/main/resources/message/LocaleMessage_ko.properties +++ b/src/main/resources/message/LocaleMessage_ko.properties @@ -2751,6 +2751,7 @@ portalOrg.compRegFile =\uC0AC\uC5C5\uC790 \uB4F1\uB85D\uC99D portalOrg.serviceName =\uC11C\uBE44\uC2A4\uBA85 portalOrg.ipWhitelist =IP \uB300\uC5ED portalOrg.noManagerMsg=\uB4F1\uB85D\uB41C \uBC95\uC778 \uAD00\uB9AC\uC790\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4. +portalOrg.reverseProxyPath=\uB9AC\uBC84\uC2A4 \uD504\uB85D\uC2DC \uACBD\uB85C userLoginHistory.title =\uB85C\uADF8\uC778\uC774\uB825 userLoginHistory.loginDttm =\uC811\uC18D\uC77C\uC2DC