This content has been marked as final.
Show 3 replies
-
1. Re: reading proxies info from inside Tomcat
jfclere Jan 12, 2015 5:56 AM (in response to a.schulz)Use JMX like jconsole.
-
2. Re: reading proxies info from inside Tomcat
a.schulz Jan 12, 2015 6:41 AM (in response to jfclere)Hi Jean-Frederic,
thats what I tried first. The problem was that there was no attribute or operation named something like "proxy info".
Thats what I see in jconsole:
and
I expected an attribute named "proxyInfo" because of this entry in mbeans-descriptors.xml:
<attribute name="proxyInfo"
description="Get information about what is registered with each mod_cluster, per proxy"
type="java.util.Map"
writeable="false"/>
What could be wrong with my setup?
-
3. Re: reading proxies info from inside Tomcat
jfclere Jan 12, 2015 7:06 AM (in response to a.schulz)Nothing... The tomcat modeler doesn't support Maps so the ProxyInfo isn't displayed :-(
You should report a bug using JIRA.