在 Mule 中显示泽西岛痕迹
Jersey 有一个看起来很有帮助的跟踪功能。然而,启用它的说明假设我有一个 web.xml 文件来放置配置。我的 mule 实例是独立的,并且没有 web.xml 文件。如何启用 Jersey 追踪?
Jersey has a tracing feature that looks to be helpful. However the instructions on enabling it assume that I have a web.xml file to put the configuration in. My mule instance is standalone and I have no web.xml file. How do I enable the Jersey tracing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很想找到使用配置文件的正确方法,但出于调试目的,这是可行的。我下载了源代码并修改了检查跟踪的调用,使用 Maven 编译并将 jar 放入我的 Maven 存储库中。
I'd love to find the correct way using configuration files, but for debugging purposes this worked. I downloaded the source and modified the calls that were checking for tracing, compiled with Maven and placed the jars in my Maven repository.