From 2f59f1566c3aa9ec18d2823be79661c8479e2e89 Mon Sep 17 00:00:00 2001 From: sinthuja Date: Wed, 9 Nov 2016 16:12:58 +0530 Subject: [PATCH] Changing the port to the default port of the analytics pack. --- .../main/resources/jaggeryapps/devicemgt/app/conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json index 7cda3b7391..2a15f18282 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json @@ -5,7 +5,7 @@ "httpsURL" : "%https.ip%", "httpURL" : "%http.ip%", "httpsWebURL" : "%https.ip%", - "wssURL" : "https://localhost:9444", + "wssURL" : "https://localhost:9445", "wsURL" : "%http.ip%", "dashboardServerURL" : "%https.ip%", "enrollmentDir": "/emm-web-agent/enrollment",