You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The purpose of this article is to show the possibilities of server-side monitoring using Geronimo, a Java^TM^ 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.

What is needed

Introduction

A lot of articles

References

  • No labels