i have configured tomcat 6.0.18 in my
test environment.
i can see that the SEVERE exceptions are going into localhost.2008-10-21.log file and these exceptions are not being printed in catalina.out file.
Is there a way, i can get these exceptions in catalina.out file too.
I also want to print the output of System.out.println into catalina.out, when my
servlet call this System.out.println
Please suggest how it can be done