RE: AccessLogValve - tomcat 5.0.x logging to syslog?!

2006-02-24 Thread Becker, Thomas, VF-Group
system('logger', '-t', 'tomcat', '-p', 'local3.info', $_); } close(FIFO); --- -Tim Becker, Thomas, VF-Group wrote: > Hi everybody, > > I've searched the internet and experimented around getting the > following > done: > >

AccessLogValve - tomcat 5.0.x logging to syslog?!

2006-02-22 Thread Becker, Thomas, VF-Group
Hi everybody, I've searched the internet and experimented around getting the following done: I want to have tomcat logging it's access log to syslog. I already successfully have catalina.out and all the server's logs written through log4j, which makes logging to syslog quite easy. Only the Acces