log file size and stdout output in the console
by rajesh[ Edit ] 2008-04-13 11:44:56
Some time you can note that stdout and stderr messages are printed in the console where you start the tomcat server.
This is caused when ever the stdout or stderr file size reaches above 2GB.
In our case catalina.out reached 2GB and the output messages were printed in the console.
Just EMPTYING the file will resolve this issue.