> -----Original Message----- > From: George Sexton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 08, 2006 12:55 PM > To: 'Tomcat Developers List' > Subject: Manager Application Structure > > Can someone help me understand a little bit of the architecture of the > Mbeans used by the Manager application? > > I've found that the following entries on the HTML manager > page are always 0. > > Max processing time: 0 ms > Processing time: 0 s > Request count: 0 > Error count: 0 > Bytes received: 0.00 MB > Bytes sent: 0.00 MB > > I'd like to sort this out and see about fixing it. Also, I'd > like threads in > Keep-Alive state to show the virtual host for the last > request (since it's > REALLY unlikely that this will change from request to request). > > If someone could give me a basic understanding of how the > Mbeans work, I can > take a stab at fixing them. >
Well, the GlobalRequestProcessor MBeans manage instances of o.a.coyote.RequestGroupInfo, and the RequestProcessor MBeans manage instances of o.a.coyote.RequestInfo. How they get updated is actually specific to the Connector (so there are four different answers :). > > George Sexton > MH Software, Inc. > http://www.mhsoftware.com/ > Voice: 303 438 9585 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
