If you want your logging messages be logged in one place regardless
which ejb runs on which server, use SupperLogging of Super at
     www.acelet.com

Super provides full-featured logging facilities. It works fine when
your ejb server dynamically moves your ejbs from one server to another.
You can dynamically set all attributes of the logging system. It guarantees
all logging messages are logged in the order they happened. It can run on
any EJB 1.1 compliant servers.

--- "Halas, Miroslav" <[EMAIL PROTECTED]> wrote:
> I have question about logging. We have an application which works on top of
> Jetty and Jonas. Jetty and Jonas provides their own logging facilities and
> our application  (guess what ;-) implements its own logger class as well. We
> would like to have all these tree systems logs their messages into single
> file. Is there any way, how can I setup Jonas and Jetty to log their
> messages to a file which is shared with some other system (so that multiple
> entities can write to a file) or is there a way, how can I setup Jonas and
> Jetty to use our logger facility (or the other way around) so that we take
> care of synchronization? Thanks in advance,
> 
> Miro Halas
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to