You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Christoph Reich <rc...@hs-furtwangen.de> on 2007/02/06 11:37:19 UTC

New Wiki Entry: Apache Geronimo With A Monitor Component

Hi All,

there is a new wiki entry: Apache Geronimo With A Monitor Component

The purpose of this article is to show the possibilities of server-side
monitoring using Geronimo, a JavaTM 2 Platform Enterprise Edition (J2EE)
application server. Monitoring an application server from inside saves network
traffic, since monitored information can be analyzed, filtered, summarized,
and set into an application specific context inside the server. For example an
application server could send an e-mail when the response time of our online
shop gets unacceptable big. A simple web application has been used to develop
a server-side monitoring component that monitors three servlets and gives
alarm when the overall average processing time exceeds a certain given threshold.

Regards,
Chris

(Christoph Reich)