Iam using
Tomcat as webserver for my
Struts(1.3.8) web application
For getting localhost logging I have followed the instruction @
"http://tomcat.apache.org/tomcat-5.5-doc/logging.html"
It solved Tomcat logging problem but Iam not getting my application log which I have configured through a seperate log4j.properties file.
My application has environment configuration file as follows
Neither Iam seeing System.out.println() statements in tomcat console nor Iam able to see the log file in the mentioned in log4j.properties file
The log4j.properties file written for my web application is as follows
log4j.appender.A2.layout.ConversionPattern=%-5p %d{ISO8601} %c [%t] - %m%n