From fa0405a8b0ab4255cd4f6666c26cbc464bb043c5 Mon Sep 17 00:00:00 2001 From: sa_8001 Date: Fri, 5 Apr 2024 15:31:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tomcat/webapps/bussiness1/chl_mci.jsp | 2 +- tomcat/webapps/bussiness1/mci_core.jsp | 2 +- tomcat/webapps/bussiness2/chl_mci.jsp | 2 +- tomcat/webapps/bussiness2/mci_core.jsp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tomcat/webapps/bussiness1/chl_mci.jsp b/tomcat/webapps/bussiness1/chl_mci.jsp index bf65123..9a036fa 100755 --- a/tomcat/webapps/bussiness1/chl_mci.jsp +++ b/tomcat/webapps/bussiness1/chl_mci.jsp @@ -16,7 +16,7 @@ URL url = null; URLConnection urlConnection = null; - String sUrl = System.getProperty("service.call.url"); + String sUrl = System.getProperty("mci_url"); //String sUrl = "http://10.10.52.10:8880/mci/mci_core.jsp"; //MCI call String sUrl_call_sucess_flag = sUrl + " URL Call succeeded"; diff --git a/tomcat/webapps/bussiness1/mci_core.jsp b/tomcat/webapps/bussiness1/mci_core.jsp index 117c536..3dc0b11 100755 --- a/tomcat/webapps/bussiness1/mci_core.jsp +++ b/tomcat/webapps/bussiness1/mci_core.jsp @@ -11,7 +11,7 @@ URL url = null; URLConnection urlConnection = null; - String sUrl = System.getProperty("service.call.url"); + String sUrl = System.getProperty("core_url"); //String sUrl = "http://10.10.52.10:8880/cor/core_tmax_fep.jsp"; //CORE call String sUrl_call_sucess_flag = sUrl + " URL Call succeeded"; diff --git a/tomcat/webapps/bussiness2/chl_mci.jsp b/tomcat/webapps/bussiness2/chl_mci.jsp index bf65123..9a036fa 100755 --- a/tomcat/webapps/bussiness2/chl_mci.jsp +++ b/tomcat/webapps/bussiness2/chl_mci.jsp @@ -16,7 +16,7 @@ URL url = null; URLConnection urlConnection = null; - String sUrl = System.getProperty("service.call.url"); + String sUrl = System.getProperty("mci_url"); //String sUrl = "http://10.10.52.10:8880/mci/mci_core.jsp"; //MCI call String sUrl_call_sucess_flag = sUrl + " URL Call succeeded"; diff --git a/tomcat/webapps/bussiness2/mci_core.jsp b/tomcat/webapps/bussiness2/mci_core.jsp index 117c536..3dc0b11 100755 --- a/tomcat/webapps/bussiness2/mci_core.jsp +++ b/tomcat/webapps/bussiness2/mci_core.jsp @@ -11,7 +11,7 @@ URL url = null; URLConnection urlConnection = null; - String sUrl = System.getProperty("service.call.url"); + String sUrl = System.getProperty("core_url"); //String sUrl = "http://10.10.52.10:8880/cor/core_tmax_fep.jsp"; //CORE call String sUrl_call_sucess_flag = sUrl + " URL Call succeeded";