Leon Rosenberg wrote:
> However, what I am trying to achieve is to create a wrapper
> (reflection.Proxy) around each servlet to be able to monitor and
> measure its performance. The problem is that tomcat provides very nice
> plugability concepts for the ClassLoader (many thanx for that, guys)
> but no concept for servlet creation itself.

Each servlet is invoked via the StandardWrapperValve (accessible via
JMX) that includes basic performance stats. Is this sufficient?

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to