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!

