I have no idea, how and what to set up, to have catalina.out on the Tomcat on my computer.
I use Tomcat 6.0.28, zipped-version on Windows XP. To start server I just
Looks like Tomcat 6 on Windows does not write to catalina.out
I can see why this is happening, but not sure where to fix it.
catalina.sh has this line which sends the System outs into catalina.out
"$CATALINA_BASE"/logs/catalina.out 2>&1
this line is missing from catalina.bat which is why this does not appear on windows.