将设备连接到worklight控制台

时间:2016-06-29 05:50:20

标签: push-notification ibm-mobilefirst

我已经从ibm网站下载了pushnotification示例并在我的eclipse中运行它

    wlServerProtocol = http
    wlServerHost = 10.90.33.127
    wlServerPort = 10080
    wlServerContext = /PushNotifications/
    wlAppId = PushNotifications

这是我的mobilefirst服务器的详细信息

主机名:10.90.33.127

和我的adpater详细信息

     wlServerProtocol = http
     wlServerHost = 10.90.33.127
     wlServerPort = 10080
     wlServerContext = /PushNotifications/
     wlAppId = PushNotifications

并且设备上的错误显示“连接到mobilefirst服务器失败。请稍后再试”。

我的wlclient.properties是

{{1}}

1 个答案:

答案 0 :(得分:0)

如果你去10.90.33.127:10080/worklightconsole,你真的在​​桌面浏览器中看到了控制台吗?

如果你从移动设备上做同样的事情,你还能看到控制台吗?

听起来您的移动设备未连接到与服务器相同的网络。如果您在本地环境中进行测试,请确保您的移动设备已连接到与计算机相同的wifi网络。