On Thu, 2007-05-10 at 20:56 +0900, Takayuki Kaneko wrote:
> I tried both alternatives. They worked correctly.
Yep... I will use the single quotes.
Cheers
Jean-Frederic
>
> Regards,
>
> -Takayuki
>
> On 5/10/07, Tim Funk <[EMAIL PROTECTED]> wrote:
> > Alternatives -
> > 1: wrap in single quot
I tried both alternatives. They worked correctly.
Regards,
-Takayuki
On 5/10/07, Tim Funk <[EMAIL PROTECTED]> wrote:
Alternatives -
1: wrap in single quotes
'%h %l %u %t "%r" %s %b'
2: Use " (didn't try this)
"%h %l %u %t "%r" %s %b"
-Tim
Jean-Frederic wrote:
> On Wed, 2007-05-09 at 19:58
Alternatives -
1: wrap in single quotes
'%h %l %u %t "%r" %s %b'
2: Use " (didn't try this)
"%h %l %u %t "%r" %s %b"
-Tim
Jean-Frederic wrote:
On Wed, 2007-05-09 at 19:58 +0900, Takayuki Kaneko wrote:
Hi,
IMO, you should arrenge the document like this.
-default) corresponds to %h %l %u
On Wed, 2007-05-09 at 19:58 +0900, Takayuki Kaneko wrote:
> Hi,
>
> IMO, you should arrenge the document like this.
> -default) corresponds to %h %l %u %t "%r" %s %b".
> +default) corresponds to %h %l %u %t "%r" %s %b.
>
> "common" pattern is defined at org.apache.catalina.valves.Constant
Hi,
IMO, you should arrenge the document like this.
-default) corresponds to %h %l %u %t "%r" %s %b".
+default) corresponds to %h %l %u %t "%r" %s %b.
"common" pattern is defined at org.apache.catalina.valves.Constant
public static final String COMMON_PATTERN = "%h %l %u %t \"%r\"
Author: jfclere
Date: Wed May 9 01:14:37 2007
New Revision: 536456
URL: http://svn.apache.org/viewvc?view=rev&rev=536456
Log:
Arrange the default value of pattern.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml
URL: