Georg,
Finally kind of solved my problem. First, I went to a fresh install of
5.5.23 and then added the log4j.properties file in
${CATALINA_HOME}/common/classes and the log4j jar file in
${CATALINA_HOME}/common/lib. No go. So, thinking maybe the
documentation was wrong, I moved the properti
Hi Rob,
check catalina.out, there should be some message of
log4j complaining if it has been loaded but cannot work.
You may also add -Dlog4.debug to the java command line,
this makes log4j output debug messages on stdout.
If you don't see any output of log4j, then I'd suggest
calling java with
Subject: Re: Can't seem to get logging to work in Tomcat 5.5.9
Tim,
Right now I'm running Tomcat as root so that it can grab ports 80 and 443 (I
understand there is a work around for that, but I'm not there yet) and so
permissions is not an issue. I also wondered whether the file
t;
>
>
>> -Original Message-
>> From: Rob Tanner [mailto:[EMAIL PROTECTED]
>> Sent: Friday, May 25, 2007 6:36 PM
>> To: Tomcat Users List
>> Subject: Can't seem to get logging to work in Tomcat 5.5.9
>>
>> Hi,
>>
>> I was orig
:36 PM
> To: Tomcat Users List
> Subject: Can't seem to get logging to work in Tomcat 5.5.9
>
> Hi,
>
> I was originally planning to move to Tomcat 6 but backed off for a
> number of reasons. Now I have Tomcat 5.5.9 installed an working, except
> for logging (and one
Hi,
I was originally planning to move to Tomcat 6 but backed off for a
number of reasons. Now I have Tomcat 5.5.9 installed an working, except
for logging (and one other problem that I might be able to resolve on my
own if only I could get logging to work).
I have never configured Tomcat to log