Re: send access log to remote server

2007-03-28 Thread Martin Strand
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

send access log to remote server

2007-03-28 Thread Martin Strand
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