>> You're right it's better :
>> 
>> worker.ajp13.logRequest={The Proposed JkRequestLogFormat}
>> 
>> ie
>> 
>> worker.ajp13.logRequest="%b %w"
>> 
>> 
>
>
>The new JkRequestLogFormat scopes at the Apache VirtualHost,
>so you can specifiy different request logging formats for
>different virtual hosts.  The above wouldn't allow that.

You're rigth but it will help having different logs for 
differents workers which may help monitor speed of 
differents tomcat.

worker.ajp13.logRequest="%b %w"
worker.ajp13.logPath="/var/log/tomcat/ajp13_access.log"

worker.ajp12.logRequest="%b %w"
worker.ajp12.logPath="/var/log/tomcat/ajp12_access.log"

Ok, I know that %w give worker name, but that way it
will be portable to non Apache Web Server.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to