C.F-Win in China F wrote:
no answer in tomcat docs:
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
You need to read more carefully. It is there, about 40% of the way down.
Mark
-
To start a new topic, e-mail: user
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
* combined -
* %h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"
*
2008/3/11, Mark Thomas <[EMAIL PROTECTED]>:
>
> C.F-Win in China
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/t
I need customize Tomcat Log Pattern
common ="%h %l %u %t "%r" %s %b %r"
combined = ?
Referer and User-Agent how to express