2011/1/25 Christopher Schultz <ch...@christopherschultz.net>:
>
>> What exactly I need is something that is the standard way to write logs to a
>> server where there are many Java application are deployed as separate jar
>> file and is being used by the tibco processes.
>
> If you can't get access to the servlet container to perform logging on
> your behalf, then your only recourse is to use log4j's capabilities. Or
> Tibco's for that matter.
>

Just a note: for a library it might be undesirable to use log4j
directly. Many ASF libraries use commons-logging library [1] as a
wrapper around the actual logging implementation. That said, I know
nothing about tibco.

[1] http://commons.apache.org/logging/

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to