Nambiar Pratima wrote:
> Hi
> Our requirement is to log messages from various components of our
> application (Servlets and EJBs)
> into a file. This is required for debugging purposes if something fails in
> the production environment. But since IO is not possible from an EJB, we
> are looking for alternatives. We do not want to log these messages into a
> database.
> Our requirement does not seem like an uncommon one. I am interested in
> knowing how this is implemented in other applications.
> Any suggestions would be very helpful.
>
> A quick reply would be greatly appreciated.
Need to redirect your system stream and use try-catches!
===========================================================================
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".