no answer in tomcat docs:
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
but I find result at org.apache.catalina.valves.AccessLogValve.java
* <li><b>combined</b> -
* <code>%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"</code>
* </ul>
2008/3/11, Mark Thomas <[EMAIL PROTECTED]>:
>
> C.F-Win in China F wrote:
> > I need customize Tomcat Log Pattern
> > common ="%h %l %u %t "%r" %s %b %r"
> > combined = ?
> >
> > Referer and User-Agent how to express
>
>
> That looks like an extract from an httpd configuration to me rather than a
> Tomcat one.
>
> For Tomcat, read the docs.
> http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
>
> Mark
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>