使用 Intellij IDEA 运行/调试 ServiceMix 应用程序
我一直在尝试查找一些文档,了解是否可以使用 IntelliJ 来运行 ServiceMix 以用于运行/调试目的?
有谁知道如何做到这一点/给我指出某种指南?
谢谢。
I have been trying to find some documention on whether it's possible to run ServiceMix with IntelliJ for running/debugging purposes?
Does anyone know how to do this/point me to some kind of guide?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在使用 remtoe 调试来调试 servicemix 应用程序。
使用“debug”参数($SERVICEMIX_HOME/bin/servicemix debug)运行服务器,并使用 Idea 中的远程运行/调试配置连接到它。
Servicemix 在默认 5005 端口上启动调试,因此只需在 Idea 配置中更改 SM 服务器主机名即可。
I'm debugging servicemix app with remtoe debugging.
Run server with "debug" parameter ($SERVICEMIX_HOME/bin/servicemix debug) and connect to it with Remote Run/Debug configuration in Idea.
Servicemix starts debug on default 5005 port so simply change the SM server host name in Idea configuration.