Scott M Stark wrote:
There are two layers of integration between web containers
and JSR77 model components I want to implement for 3.2 The
first is the JSR77 WebModule which is handled at the
AbstractWebContainer level. Subclasses of AbstractWebContainer
need to populate the DeploymentInfo.mbeans list with the
JMX ObjectNames of the war's servlets managment objects. If
the container is not creating JMX objects for the servlets just
place the name of the servlet in there.

The more problematic model is the ServletStats which requires
access to the following time statistics on a servlet's service
method:

- long minTime in milliseconds
- long maxTime in milliseconds
- long totalTime in milliseconds

This does require the servlet container to create a MBean facade
that provides this information. This should be the MBean whose
name is added to the DeploymentInfo.mbean list. How big a deal
is this going to be to add support for Jetty and Tomcat?
The support for that is there in Tomcat 5.
It is going to be ported to Tomcat 4.1.x.

However, the big issue is for the MBean name (Tomcat has to know the name of the J2EE application and stuff).

Remy



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to