I am trying to produce some servlet-engine independent MBeans to garner a certain level of data in an independent fashion but would like to be able to pluck out certain things from the corresponding Tomcat MBeans where appropriate, e.g. to jump from ServletRequest to the request processor to determine how many bytes are read and written by the request without having to try to redo all of this myself (without direct access to the buffers).
Ideas?
-- Jess Holle
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]