Greetings,
I am trying to get xml back via MX4J to retrieve Tomcat information. I
followed the instruction on how to enable mx4j for Tomcat server.xml:
<Connector port="${AJP.PORT}"
handler.list="mx"
mx.enabled="true"
mx.httpHost="${JMX.HOST}"
mx.httpPort="${JMX.PORT}"
protocol="AJP/1.3" />
And I was able to hit the MX4J page on
http://JMX.HOST:JMX:PORT<http://jmx.host/>
..
However, I would like to just get XML back vs. the HTML
(i.e. *DefaultProcessorMBean). Currently Tomcat creates
**XSLTProcessorMBean instead. Is there a way to set the mx properties
so it will serve
out XML vs. HTML?
Thanks,