简体   繁体   中英

Can I authenticate on jconsole using 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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM