Hi All,
Requirement is this ...
We have our 3 web-applications deployed in RHEL-5 server, we deployed apps with tomcat 6.0.16. We want to configure stdout, stderr, which are coming in tomcat/logs/catalina.out in app specific log file like,
tomcat/logs/app1.log tomcat/logs/app2.log tomcat/logs/app3.log
we are using log4j, but it is only generating logging details we need stdout per-app which is coming in tomcat/logs/catalina.out
Any Help Appreciated ...