I have a tomcat on a linux machine and I can visualize the "catalina.out" file.
I wanted to migrate my development environment (Eclipse IDE, JDK 6, Tomcat 6, etc.) from linux to windows.
Everything is ok but, I cannot find the "catalina.out" on my windows tomcat !
I read this post but the solution is not suitable for the eclipse IDE (as i'm launching tomcat from eclipse).
How can I generate the "catalina.out" file in windows ?
Thank you