I just installed a probe on a dev embedded jetty server. It's worked out of the box . Very nice tool. I was just wondering about the httpSession bloc which is empty. I guess I should get a graph with the number of sessions and so on.
Is there something which should be configured on the server to have this graph working?
I think I figured it out. Jetty is now managed by the Eclipse Foundation. As a result, the whole jetty packaging has been renamed from org.mortbay.jetty to org.eclipse.jetty.
A quick look at the java-monitor source shows that it is still the mortbay package names that are referenced.
Yes, good catch. That can well be related. We'll update the server to pick these up. Next server release (due in a couple of weeks) this should be fixed.