How to log Tomcat Information

If use apache-tomcat-5.5.12.exe to install Tomcat,it will create a logs directory under Tomcat directory,and it include stderr_20051020.log,stdout_20051020.log and so on log files.

If use apache-tomcat-5.5.12.zip to install Tomcat,it will create a logs directory under Tomcat directory,but it don't has files stderr_20051020.log and stdout_20051020.log,how to create above two files automatically and log these information?

Any idea will appreciated!

[470 byte] By [EdwardKinga] at [2007-10-2 3:00:44]
# 1
Windows and unix Tomcat logs aren't consistent. The standard location for logs is in catalina.out, but it grows forever. Your best bet all around is to install log4j and use that. the Tomcat documents contain the required instructions.
pkwoostera at 2007-7-15 21:26:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...