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";