Re: Tomcat 6.0 POST not logged?

2008-07-30 Thread Jacob Kjome
Tomcat 6 uses JUL logging by default. You have to perform special setup to get Tomcat to log using Log4j. In any case, the question is really about Tomcat, not Log4j. Please post to the Tomcat list. Jake Hashmir Shamshir wrote: > Hi all, > > I'm new to log4j and I had a quick question -- I'm

Re: Log4J on Clustered Env.

2008-07-30 Thread Paul Smith
On 31/07/2008, at 7:19 AM, Chris Gilliam wrote: Curious if anyone has any information about running Log4J in a clustered Environment. Also, using rolling log files in a clustered environment. Curious what will happen to the rolling logs since servers will probably not be on the exact time

James Matz is out of the office.

2008-07-30 Thread James . Matz
I will be out of the office starting 07/30/2008 and will not return until 08/04/2008. I will respond to your message when I return. - This communication may contain proprietary and/or confidential information and is the property of The Western Union Comp

Tomcat 6.0 POST not logged?

2008-07-30 Thread Hashmir Shamshir
Hi all, I'm new to log4j and I had a quick question -- I'm trying to get my Tomcat 6.0 server to log POST data passed to it, but for some reason I only get GET requests logged. Does anyone know the source of this problem and how to resolve it? I suppose it's got something to do with log4j, and I'v

Log4J on Clustered Env.

2008-07-30 Thread Chris Gilliam
Curious if anyone has any information about running Log4J in a clustered Environment. Also, using rolling log files in a clustered environment. Curious what will happen to the rolling logs since servers will probably not be on the exact time as the other? Thanks, Chris

Re: custom log4j DRFA file name

2008-07-30 Thread Chris Pratt
Maybe log4j.appender.T=org.apache.log4j.DailyRollingFileAppender log4j.appender.T.File=${catalina.base}/logs/application.log log4j.appender.T.DatePattern='.'-MM-dd'.log' log4j.appender.T.layout=org.apache.log4j.PatternLayout log4j.appender.T.layout.ConversionPattern=[%d{EE MMM d kk:mm:ss }