Hi folks,
How can we enable the MBean of the embedded Jetty (to monitor inbound requests) ?
We get MBeans for ActiveMQ and things like the ViewProcessor so it seems logical to have the org.eclipse.jetty.server.handler MBean enabled also, but I’m not seeing anything of the sort.
Do we have to provide a custom jetty-spring.xml (replacing OG-Component/config/common/jetty-spring.xml) ? (And if so can anyone provide the relevant Spring XML snippet to add!?)
Thanks!
Alex