PDA

View Full Version : Http Sessions block empty (no graph)


bbx
03-02-2012, 23:36
Hi,

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?

thanks in advance

kjkoster
05-02-2012, 13:44
Dear bbx,

Glad you like Java-monitor. Can you tell us what application server you use? Some application servers require switching on session statistics.

Kees Jan

bbx
06-02-2012, 08:37
I'm using jetty 8.1

In the jetty wiki, they say that session statistics (http://wiki.eclipse.org/Jetty/Feature/Statistics)is enabled by default.

I enable connector statistics and request statistics as well, but it doesn't change anything.

bbx
06-02-2012, 10:01
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.

Is it related or do I miss something?

admin
24-02-2012, 08:06
Dear bbx,

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.

Kees Jan

bbx
24-02-2012, 09:38
Great news. Let me know if I can be of any help.