RE: %F in AccessLogValve

2013-12-05 Thread francisco.sanmartin-gomez
Oh, thanks. Good to know.

-Original Message-
From: ext Daniel Mikusa [mailto:dmik...@gopivotal.com] 
Sent: jueves, 05 de diciembre de 2013 16:58
To: Tomcat Users List
Subject: Re: %F in AccessLogValve

On Dec 5, 2013, at 10:55 AM, Daniel Mikusa  wrote:

> On Dec 5, 2013, at 10:31 AM, francisco.sanmartin-go...@here.com wrote:
> 
>> Hello,
>> 
>> I'm trying to use the %F in the AccessLogValve but all I'm getting in the 
>> logs is the string: "???F???"
> 
> Seems like this option is not available in your version.  

You need 7.0.42 or greater.

https://issues.apache.org/bugzilla/show_bug.cgi?id=55102

> Have you tried the latest release?
> 
> Dan
> 
>> 
>> This is the configuration in server.xml
>> 
>> >   unpackWARs="true" autoDeploy="true">
>>   > directory="logs"
>>  prefix="localhost_access_log." suffix=".txt"
>>  pattern="%h %l %u %t "%r" %s %b ttp: %D ttc: %F" />
>> 
>> 
>> 
>> And I'm using
>> Name: tomcat7
>> Arch: noarch
>> Version : 7.0.39
>> 
>> 
>> Any ideas?
>> 
>> Thanks in advance.
>> 
>> Kind regards,
>> 
>> Francisco "Pako" Sanmartin
>> 
> 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: %F in AccessLogValve

2013-12-05 Thread Daniel Mikusa
On Dec 5, 2013, at 10:55 AM, Daniel Mikusa  wrote:

> On Dec 5, 2013, at 10:31 AM, francisco.sanmartin-go...@here.com wrote:
> 
>> Hello,
>> 
>> I'm trying to use the %F in the AccessLogValve but all I'm getting in the 
>> logs is the string: "???F???"
> 
> Seems like this option is not available in your version.  

You need 7.0.42 or greater.

https://issues.apache.org/bugzilla/show_bug.cgi?id=55102

> Have you tried the latest release?
> 
> Dan
> 
>> 
>> This is the configuration in server.xml
>> 
>> >   unpackWARs="true" autoDeploy="true">
>>   > directory="logs"
>>  prefix="localhost_access_log." suffix=".txt"
>>  pattern="%h %l %u %t "%r" %s %b ttp: %D ttc: %F" />
>> 
>> 
>> 
>> And I'm using
>> Name: tomcat7
>> Arch: noarch
>> Version : 7.0.39
>> 
>> 
>> Any ideas?
>> 
>> Thanks in advance.
>> 
>> Kind regards,
>> 
>> Francisco "Pako" Sanmartin
>> 
> 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: %F in AccessLogValve

2013-12-05 Thread Konstantin Preißer
Hi,

> -Original Message-
> From: francisco.sanmartin-go...@here.com [mailto:francisco.sanmartin-
> go...@here.com]
> Sent: Thursday, December 5, 2013 4:31 PM

> I'm trying to use the %F in the AccessLogValve but all I'm getting in the 
> logs is
> the string: "???F???"
> 
> This is the configuration in server.xml
> 
>  unpackWARs="true" autoDeploy="true">
>  directory="logs"
>prefix="localhost_access_log." suffix=".txt"
>pattern="%h %l %u %t "%r" %s %b ttp: %D ttc: %F" />
> 
>   
> 
> And I'm using
> Name: tomcat7
> Arch: noarch
> Version : 7.0.39
> 
> 
> Any ideas?

According to [1], the "%F" pattern is available from Tomcat 7.0.42 onwards.

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=55102


Regards,
Konstantin Preißer


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: %F in AccessLogValve

2013-12-05 Thread Daniel Mikusa
On Dec 5, 2013, at 10:31 AM, francisco.sanmartin-go...@here.com wrote:

> Hello,
> 
> I'm trying to use the %F in the AccessLogValve but all I'm getting in the 
> logs is the string: "???F???"

Seems like this option is not available in your version.  Have you tried the 
latest release?

Dan

> 
> This is the configuration in server.xml
> 
> unpackWARs="true" autoDeploy="true">
> directory="logs"
>   prefix="localhost_access_log." suffix=".txt"
>   pattern="%h %l %u %t "%r" %s %b ttp: %D ttc: %F" />
> 
>  
> 
> And I'm using
> Name: tomcat7
> Arch: noarch
> Version : 7.0.39
> 
> 
> Any ideas?
> 
> Thanks in advance.
> 
> Kind regards,
> 
> Francisco "Pako" Sanmartin
> 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



%F in AccessLogValve

2013-12-05 Thread francisco.sanmartin-gomez
Hello,

I'm trying to use the %F in the AccessLogValve but all I'm getting in the logs 
is the string: "???F???"

This is the configuration in server.xml




  

And I'm using
Name: tomcat7
Arch: noarch
Version : 7.0.39


Any ideas?

Thanks in advance.

Kind regards,

Francisco "Pako" Sanmartin