What is LOG FILE
By Ramakrishna on Oct 16, 2008 in What is Log File
–> You can use the log methods of the HttpServlet class to write debugging information to a log file. Tomcat 4.0 stores its log files in a directory named logs.
–> The name and location of the log files for a servlet engine may vary depending on the servlet engine. To find the name and location of your log files, check the documentation for your servlet engine.
–> A stack trace is the chain of method calls for any statement that calls a method.
