No, that's a different MBean.
The one I'm referring to is specific to servlet requests and thus is in
the servlet engine, not the method server (except in R10 and higher, of
course, where the servlet engine itself is in the method server).
The MBean you've found is a bit different -- it allow you to increase
the verbosity of one or more logs for a single user while leaving that
verbosity low for other users. It's a bit complicated to use,
unfortunately, and doesn't sound like what you're after, so I'll not
belabor it's usage here.
Also, as a general matter I'd suggest using VisualVM rather than
jconsole unless you're unfortunate enough to be on AIX (where VisualVM
does not run). It's MBean tree is easier to find through than the
jconsole in Java 6 and it has additional features elsewhere. If you're
using jconsole because that's what SMJconsole and SEJconsole use, then
be aware that in R9.1 M040 and higher there are equivalent SMVisualVM
and SEVisualVM utilities.
--
Jess Holle