> >      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
>
> Need to redirect your system stream and use try-catches!

Which appservers give you a "virtual VM" per bean where
setting the printstream for System.out + System.err affects
just one bean's VM environment VS for all beans??

What we need is a per bean debug log and per bean event (SNMP)
capability from the container (portable).

curt


Curt Smith
Z-Tel
email:  [EMAIL PROTECTED]
work:   404-237-1166  x182
FAX:    404-237-1167

===========================================================================
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