Boris,

Thank you, too. The main issue here is that I *do* want to separate my
webapp's logging from Tomcat's, so it can be fully self-contained.
Hence, I included log4j.jar and log4j.properties within my own webapp,
which should make a lot of sense. In the development case, I am pushing
the logs to the console, which end up intermixes with Tomcat's logs, but
that is an easy switch in log4j.properties. Also, it appears that
x4juli, according to the Website, is not quite ready for production.

Any idea why this would cause hanging?
Avi

Boris Unckel wrote:

> Hello Avi,
>
> Avi Deitcher wrote:
>
>> Bob,
>>
>> Thanks. Unfortunately, I am running it on my laptop (Windows) where I
>> need to keep it for now as a dev environment. I run a small consulting
>> business, this is an "on the side" product that need to be run whenever
>> I can catch time.
>>
>> I would love to be able to get Tomcat to tell me what it is doing, but I
>> am afraid that enabling logging in Tomcat itself might pollute the
>> environment and make the problem worse.
>>
>> Ironically, Tomcat has neither log4j nor commons-logging in its
>> $TOMCAT_HOME/common/lib nor server/lib, which makes me wonder how it is
>> using commons-logging in its own classes at all....
>
> by default the internal logging of Tomcat 5.5 is done via
> commons-logging to Tomcat-juli, which
> itself is a java.util.logging implementation.
> If you remove any direct log4j calls from your webapp and configure
> apache-tomcat-5.5.16\conf\logging.properties
> properly, you will use the same system by default.
>
> Have a look at:
> http://tomcat.apache.org/tomcat-5.5-doc/logging.html
> http://tomcat.apache.org/faq/logging.html
> http://jakarta.apache.org/commons/logging/
> http://jakarta.apache.org/commons/logging/commons-logging-1.1/troubleshooting.html
>
> http://wiki.apache.org/jakarta-commons/Logging
>
> Maybe you are interested in a more extended version:
> http://www.x4juli.org
>
> Regards
> Boris
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

-- 
______________________________
Avi Deitcher
[EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to