Hi Javaranch,
I am facing a problem tracing the transaction cycle in catalina.out file in my
tomcat server.I am using prinln statements in my application to trace the application execution cycle.
Now the case is i got some problem finding data in database whichshould be inserted while my application execution.
So, i thought of tracing my catalina.out file for tracing out whether any exception occured or not.
And i got shocked seeing that catalina .out where some of my application trace is missing even if complete cycle executed successfully without any exceptions.
My question is "Can tomcat ignore some of the print statements for not writing into catalina.out.?"
How is it possible that i cant trace anything in catalina.out while the application executed successfully?
Please help me on this issue...!
Thanks in Advance...!