调试码头应用 [英] debugging a jetty application

查看:145
本文介绍了调试码头应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用大气框架( https://github.com/Atmosphere/atmosphere )它运行在码头服务器上,并将websocket带到任何浏览器.

I'm using the atmosphere framework (https://github.com/Atmosphere/atmosphere) which runs on a jetty server and brings websockets to any browser.

我遇到的问题是,出于某些奇怪的原因,广播到所有连接的客户端的消息仅到达与码头服务器运行在同一平台上的Web客户端. (本地主机:8080)

The problem that I'm having is that for some strange reason messages broadcasted to all connected clients only arrive on the webclient running on the same platform as the jetty server. (localhost:8080)

其他客户端仅在服务器停止时才接收消息(全部一次). (ip服务器:8080)

Other clients only recieve their messages (all at once) when the server stops. (ip server:8080)

我不确定这是否与码头8/atmopshere/我的网络有关. 我正在使用带有run-jetty-run插件的eclipse.

I'm not sure weither this is an issue with jetty 8/atmopshere/my network. I'm using eclipse with the run-jetty-run plugin.

所以我的问题:有什么方法可以调试此系统/以查找问题的实际出处?

So my question: is there any way to debug this system/for locating where the problem actually is?

推荐答案

您可以从命令提示符下发出follwoing命令. mvnDebug jetty:run-explanted antrun:run然后,您将知道码头在哪个端口上侦听,然后转到run-> debug配置,您可以在那里调试服务器. 在调试配置中,您可以找到选项远程Java应用程序",在这里为新的远程Java应用程序"创建一个新的调试配置,还可以在此处定义新服务器 再次 mvnDebug jetty:运行爆炸,现在您应该会看到新端口.

you can issue the follwoing command from command prompt. mvnDebug jetty:run-exploded antrun:run Then you wil come to know on which port your jetty is listening to after that go to run->debug configuration from there you can debug your server. In debug configuration you can find the option Remote Java Application here create one new debug configuration for new Remote java Application and also here you can define your new server again mvnDebug jetty:run-exploded now you should see your new port.

这篇关于调试码头应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆