log4j appender.
B.
Martin Strand wrote:
Hi all. :)
I want to make Tomcat send it's access log to a remote server (log4j or
syslog).
Configuring all other logging with log4j is pretty simple but it seems
I can't do the same with the AccessLogValve. Do I need to write my own
Valv
Hi all. :)
I want to make Tomcat send it's access log to a remote server (log4j or
syslog).
Configuring all other logging with log4j is pretty simple but it seems I
can't do the same with the AccessLogValve. Do I need to write my own Valve
in order to do that? Perhaps someone else has alread