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

  • Basic Java Interview Questions on lang package
  • Deployment Descriptor
  • Java Multi-Thread Questions
  • Explain Briefly about Serialization
  • Life Cycle of stateless session bean

Post a Comment