https://bz.apache.org/bugzilla/show_bug.cgi?id=60762

--- Comment #13 from Jesse <je...@dreamtsoft.com> ---
I was able to see many tomcat mbeans using:

ManagementFactory.getPlatformMBeanServer().queryNames(new
ObjectName("Tomcat:*"), null)

However I don't see any that look like they'd represent an endpoint in that
list.

I also looked for "Catalina:*" but none were found.

Given that I am running this in the same JVM as the Tomcat instance that I want
to manage, if I could find an ObjectName that represents the AbstractEndpoint,
could I actually get access to the AbstractEndpoint that I want to invoke the
add/removeSslHostConfig methods on?  It seems like the JMX interfaces are all
for string/serialized communications and I need to pass the SSLHostConfig
object that I've created.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to