我可以使用 kerberos 在 jconsole 上进行身份验证吗?
有谁知道是否可以使用 kerberos 在 jconsole 上进行身份验证? 我设置了一个带有 kerberos 身份验证的 tomcat,如果您在浏览器中访问管理器,它可以正常工作。当尝试连接到 jmx 端口时,问题就开始了,因为 jconsole 似乎没有传递客户端的 kerberos 票证。如果有人能给我任何指示,我将不胜感激。
谢谢, 埃德。
Does anyone know if it's possible to authenticate on jconsole using kerberos?
I set up a tomcat with kerberos authentication which works fine if you visit the manager in a browser. The trouble starts when trying to connect to the jmx port as jconsole doesn't seem to pass the client's kerberos ticket. If anyone could give me any pointers, would be much appreciated.
Thanks,
Ed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可能误解了您的问题,但是您是否配置了 JMX 连接器或仅配置了 Web 应用程序来使用 Kerberos?
有一个 Krb5LoginModule,您可以使用 com.sun.management.jmxremote.login.config 属性为 JMX 连接器启用 Kerberos。
I might have misunderstood your question but have you configured the JMX connector or just the web application to use Kerberos?
There is a Krb5LoginModule which you can specify using the com.sun.management.jmxremote.login.config property to enable Kerberos for the JMX connector.