How to save from "/var/log/tomcat5/catalina.out" log message to SYSLOG?

ziosnim의 이미지

Dear All,

This issue is log of Tomcat5.5 above.

I want to forward to syslog the Tomcat Log(catalina.out) message.

I think that below entries changes in /etc/init.d/tomcat5.5 file as follows:


# Define the tomcat log file
TOMCAT_LOG="${TOMCAT_LOG:-/var/log/tomcat5/catalina.out}"

How to change it?

Thank you in advance.