From: Quan-Zhong Date: Fri, 21 Oct 2016 02:19:42 +0000 (+0800) Subject: MODIFIED CONFG FILES X-Git-Tag: release/sun~93^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=aded7d9dba4ff4b43badeae9cda0783b10301ab7;p=vnfsdk%2Frefrepo.git MODIFIED CONFG FILES NFVO-32 Change-Id: I4bc420b8ed10b481bb4f5a319b76e0f00e95eca0 Signed-off-by: Quan-Zhong --- diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json index 20ce9a54..93714d49 100644 --- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json @@ -1,5 +1,5 @@ { "url": "http://127.0.0.1", "port": "8080", - "context_name":"resmgr" + "context_name":"/resmgr" } \ No newline at end of file diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js index df55a1d0..bf8f829c 100644 --- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js @@ -22,7 +22,7 @@ function getUrl(){ async:false, dataType:"json", success:function(jsonData) { - url = jsonData.url + ":" + jsonData.port +"/"+jsonData.context_name; + url = jsonData.url + ":" + jsonData.port +jsonData.context_name; console.log("url = " + url); } });