Re: svn commit: r536456 - /tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml

2007-05-10 Thread Jean-Frederic
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

Re: svn commit: r536456 - /tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml

2007-05-10 Thread Takayuki Kaneko
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

Re: svn commit: r536456 - /tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml

2007-05-10 Thread Tim Funk
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

Re: svn commit: r536456 - /tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml

2007-05-10 Thread Jean-Frederic
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

Re: svn commit: r536456 - /tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml

2007-05-09 Thread Takayuki Kaneko
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\"

svn commit: r536456 - /tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml

2007-05-09 Thread jfclere
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: