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.

Random Posts

Post a Comment