Robert Kr�ger <[EMAIL PROTECTED]> wrote:

> I'm looking for low cost java based tools for remote monitoring j2ee
> applications. probably a flexible (i.e. extensible) general purpose
> monitoring framework would be a good start. are there any open source tools
> available? it seems that most monitoring apps are written in c or perl. how
> are others out there monitoring their j2ee applications once they go
> productive?

Robert,

A possibility is to use the CORBA log service. It's outside the container, so
any application can write log messages to it using IIOP. You could also use the
log4j logging framework from Alphaworks, and implement an Appender class that
writes to the log service or to JMS.

Best regards,
Bjarne.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to