我正在尝试在 Blackberry 上开发一个 http 推送应用程序。我正在使用黑莓文档 (HttpPushDemo) 中的示例应用程序。
当我测试在本地主机上运行它并发送消息时,控制台告诉连接被拒绝。这是错误消息:
Sending to http://localhost:8080/push?DESTINATION=2100000A&PORT=100&REQUESTURI=localhost
Waiting for notification on port 7778...
java.net.ConnectException: Connection refused: connect
客户端应用程序(在黑莓模拟器中)已经在监听。
仅供参考,这是我遵循的文档:http: //docs.blackberry.com/en/developers/deliverables/7649/Setting_up_for_JDE_organizer_1009971_11.jsp