Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Byrne John Byrne System Administrator, IS&T john_by...@apple.com On Aug 21, 2012, at 10:51 AM, Caldarale, Charles R wrote: >> From: John Byrne [mailto:john_by...@apple.com] >> Subject: Re: %{xxx}t not working > >> Even though I've downloaded 7.0.29 > > F

RE: %{xxx}t not working

2012-08-21 Thread Caldarale, Charles R
> From: John Byrne [mailto:john_by...@apple.com] > Subject: Re: %{xxx}t not working > Even though I've downloaded 7.0.29 >From where? Exactly what did you download? What did you do after >downloading? Be precise in your responses. - Chuck THIS COMMUNICATION MAY CONT

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Even though I've downloaded 7.0.29 the Servlet Engine is still 7.0.8. Is this a configuration problem or is the latest version not being distributed by Apache? I can't find anything that points to the old version in shell scripts. Please help. Thanks, John John Byrne System Administrator,

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Thank you Rainer, It turns out I was still using 7.0.8 even though I switched the soft link to the new version. Now I just need to find out how the switch mechanism works. John John Byrne System Administrator, IS&T john_by...@apple.com On Aug 21, 2012, at 1:10 AM, Konstantin Kolinko wrote

Re: %{xxx}t not working

2012-08-21 Thread Rainer Jung
On 20.08.2012 21:46, John Byrne wrote: I've tried both 7.0.29 and 7.0.8. The feature wans introduced in 7.0.17. I tried your format string with current 7.0 head which should be identical to 7.0.29 w.r.t. access log and it did work for me. There were no changes in the (self-contained) access

Re: %{xxx}t not working

2012-08-21 Thread Konstantin Kolinko
7.0.8 is out of question. In 7.0.29 the pattern works. server.xml: [[[ ]]] localhost_access_log.2012-08-21.txt: [[[ 127.0.0.1 - - [21/Aug/2012:12:08:35 +0400] "GET / HTTP/1.1" 200 11444 2012-08-21T12:08:35,375+0400 127.0.0.1 - - [21/Aug/2012:12:08:36 +0400] "GET /tomcat.css HTTP/1.1" 200

Re: %{xxx}t not working

2012-08-20 Thread John Byrne
I've tried both 7.0.29 and 7.0.8. Thank you for the help. John Byrne John Byrne System Administrator, IS&T john_by...@apple.com On Aug 20, 2012, at 12:43 PM, Konstantin Kolinko wrote: > 2012/8/20 John Byrne : >> >> >>> I was wondering if you could help me with a server.xml log question.

Re: %{xxx}t not working

2012-08-20 Thread Konstantin Kolinko
2012/8/20 John Byrne : > > >> I was wondering if you could help me with a server.xml log question. I'm >> trying to format the times that go into the logs but not having any success. >> The output always ends up as : ???. I've read that any time format >> accepted by Java's SimpleDateFormat w