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