Re: conf/server.xml - AccessLogValve

2003-09-11 Thread Tim Funk
Which tomcat version? -Tim Paul Wallace wrote: Hi, Related to a recent posting, which is getting very specific.. In my server.xml I have: Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=my_access_log. suffix=.txt pattern=common/ Conundrum: The 'common'

RE: conf/server.xml - AccessLogValve

2003-09-11 Thread Paul Wallace
1.3? Which tomcat version? -Tim Paul Wallace wrote: Hi, Related to a recent posting, which is getting very specific.. In my server.xml I have: Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=my_access_log. suffix=.txt pattern=common/

Re: conf/server.xml - AccessLogValve

2003-09-11 Thread Filip Hanik
Tomcat 4 and up, Tomcat 3 and down had interceptors. not valves 1.3 looks like an Apache HTTPD version. Filip - Original Message - From: Paul Wallace [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 3:59 PM Subject: RE: conf/server.xml

RE: conf/server.xml - AccessLogValve

2003-09-11 Thread Paul Wallace
Sorry, my mistake: 4.0.4 Paul. Tomcat 4 and up, Tomcat 3 and down had interceptors. not valves 1.3 looks like an Apache HTTPD version. Filip 1.3? Which tomcat version? -Tim Paul Wallace wrote: Hi, Related to a recent posting, which is getting very specific.. In my server.xml I have:

Re: conf/server.xml - AccessLogValve

2003-09-11 Thread Filip Hanik
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:27 PM Subject: RE: conf/server.xml - AccessLogValve Sorry, my mistake: 4.0.4 Paul. Tomcat 4 and up, Tomcat 3 and down had interceptors. not valves 1.3 looks like an Apache HTTPD version. Filip 1.3? Which tomcat version

Re: conf/server.xml - AccessLogValve

2003-09-11 Thread Filip Hanik
this Filip - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:36 PM Subject: Re: conf/server.xml - AccessLogValve you can configure it yourself using the docs http://jakarta.apache.org/tomcat/tomcat-4.1-doc

RE: conf/server.xml - AccessLogValve

2003-09-11 Thread Paul Wallace
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:36 PM Subject: Re: conf/server.xml - AccessLogValve you can configure it yourself using the docs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/ap ache /catalina/valves/AccessLogValve.html for 4.0.4

Re: conf/server.xml - AccessLogValve

2003-09-11 Thread Tim Funk
There had been bugs with respect to the time zone in older versions. Anything better than 4.1.24 should work fine. I hadn't heard of bugs with respect to a bug in the timezone offset with respect to the common format. What is your timezone? (Wondering if that has anything to do with it.) If